diff options
| author | bobzel <zzzman@gmail.com> | 2024-01-03 13:23:14 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-01-03 13:23:14 -0500 |
| commit | 3f7b73ee8a3f75cd688ee7ddc7b54d90b00bee67 (patch) | |
| tree | 7334d2d4ce886b4ba990cab45d3945fc62502eef /src/client/views/nodes/DataVizBox/DataVizBox.tsx | |
| parent | af42d3061bd85907e3d987f0d794c250cfaded1c (diff) | |
fixed marquee annotator for lightbox with pdf and rotated documents.
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DataVizBox.tsx')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/DataVizBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/DataVizBox.tsx b/src/client/views/nodes/DataVizBox/DataVizBox.tsx index ff0e3271d..76cc010f6 100644 --- a/src/client/views/nodes/DataVizBox/DataVizBox.tsx +++ b/src/client/views/nodes/DataVizBox/DataVizBox.tsx @@ -425,7 +425,7 @@ export class DataVizBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { savedAnnotations={this.savedAnnotations} selectionText={returnEmptyString} annotationLayer={this._annotationLayer.current} - mainCont={this._mainCont.current} + marqueeContainer={this._mainCont.current} anchorMenuCrop={this.crop} /> )} |
