diff options
author | bob <bcz@cs.brown.edu> | 2020-01-24 11:01:54 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-01-24 11:01:54 -0500 |
commit | 09c04577d23cbc15a4f408611bca71f42a565bd5 (patch) | |
tree | 44d8d630a9ad179298d1a89a7e16a82c8ce99ba5 /src/client/views/nodes/WebBox.tsx | |
parent | 1d97f165631fd11570527b9123befeaab43e0b64 (diff) |
fixes for annotations
Diffstat (limited to 'src/client/views/nodes/WebBox.tsx')
-rw-r--r-- | src/client/views/nodes/WebBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/WebBox.tsx b/src/client/views/nodes/WebBox.tsx index 102db8810..1445b5b08 100644 --- a/src/client/views/nodes/WebBox.tsx +++ b/src/client/views/nodes/WebBox.tsx @@ -198,7 +198,7 @@ export class WebBox extends DocAnnotatableComponent<FieldViewProps, WebDocument> <CollectionFreeFormView {...this.props} PanelHeight={this.props.PanelHeight} PanelWidth={this.props.PanelWidth} - annotationsKey={this.annotationsKey} + annotationsKey={this.annotationKey} focus={this.props.focus} isSelected={this.props.isSelected} isAnnotationOverlay={true} |