aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-01-03 13:23:14 -0500
committerbobzel <zzzman@gmail.com>2024-01-03 13:23:14 -0500
commit3f7b73ee8a3f75cd688ee7ddc7b54d90b00bee67 (patch)
tree7334d2d4ce886b4ba990cab45d3945fc62502eef /src/client/views/nodes/VideoBox.tsx
parentaf42d3061bd85907e3d987f0d794c250cfaded1c (diff)
fixed marquee annotator for lightbox with pdf and rotated documents.
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
-rw-r--r--src/client/views/nodes/VideoBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx
index f257d5769..7ab954b3f 100644
--- a/src/client/views/nodes/VideoBox.tsx
+++ b/src/client/views/nodes/VideoBox.tsx
@@ -1109,7 +1109,7 @@ export class VideoBox extends ViewBoxAnnotatableComponent<FieldViewProps>() {
savedAnnotations={this.savedAnnotations}
selectionText={returnEmptyString}
annotationLayer={this._annotationLayer.current}
- mainCont={this._mainCont.current}
+ marqueeContainer={this._mainCont.current}
anchorMenuCrop={this.crop}
/>
)}