diff options
| author | bobzel <zzzman@gmail.com> | 2025-01-07 01:24:55 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-01-07 01:24:55 -0500 |
| commit | 93ee735e435de5949a0eec54c07537c4de2eedf4 (patch) | |
| tree | 2a9aaea1a4deaea5500e45ab890536b593f74ca0 /src/client/views/nodes/VideoBox.tsx | |
| parent | 68af8fffb3111870dd84d4280fdd73b05832dfd2 (diff) | |
fixed pdfs/marqueeAnnotator so that you can add rectangle annotations.
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
| -rw-r--r-- | src/client/views/nodes/VideoBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index 3bf7de2fe..9adee53e8 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -1023,6 +1023,7 @@ export class VideoBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { scaling={returnOne} annotationLayerScaling={this._props.NativeDimScaling} docView={this.DocumentView} + screenTransform={this.DocumentView().screenToViewTransform} containerOffset={this.marqueeOffset} addDocument={this.addDocWithTimecode} finishMarquee={this.finishMarquee} |
