diff options
author | bobzel <zzzman@gmail.com> | 2021-03-19 23:52:40 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-03-19 23:52:40 -0400 |
commit | 54c8424a1e8999a2f3a82e3463671ddf2a3c84f6 (patch) | |
tree | daea35549ac43ed5d2a8d64625304a10ceb822c1 /src | |
parent | 86a1656949a1faa346b073fe0a68e3e856fbb09e (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/WebBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/WebBox.tsx b/src/client/views/nodes/WebBox.tsx index a294125a5..b6dd66194 100644 --- a/src/client/views/nodes/WebBox.tsx +++ b/src/client/views/nodes/WebBox.tsx @@ -521,6 +521,7 @@ export class WebBox extends ViewBoxAnnotatableComponent<FieldViewProps, WebDocum </button> <SidebarAnnos ref={this._sidebarRef} {...this.props} + fieldKey={this.annotationKey} annotationsActive={this.annotationsActive} rootDoc={this.rootDoc} layoutDoc={this.layoutDoc} |