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/ImageBox.tsx | |
parent | af42d3061bd85907e3d987f0d794c250cfaded1c (diff) |
fixed marquee annotator for lightbox with pdf and rotated documents.
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index 876f13370..28c614786 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -458,7 +458,7 @@ export class ImageBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProp savedAnnotations={this.savedAnnotations} selectionText={returnEmptyString} annotationLayer={this._annotationLayer.current} - mainCont={this._mainCont.current} + marqueeContainer={this._mainCont.current} highlightDragSrcColor={''} anchorMenuCrop={this.crop} /> |