diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-04 16:18:35 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-04 16:18:35 -0500 |
| commit | 09e6a1f83de643437d03deac57e1cdebc68d6140 (patch) | |
| tree | b6cf2c9df252bdc50ad64131309524ac965f0961 /src/client/views/nodes/VideoBox.tsx | |
| parent | 0590890a43a6ab4fe141324ad04e5cae59333f31 (diff) | |
fixed marquee annotations for web/pdf when scrolled
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 8a1cefbd9..760620b19 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -574,6 +574,7 @@ export class VideoBox extends ViewBoxAnnotatableComponent<FieldViewProps, VideoD {this.renderTimeline} {!this._marqueeing || !this._mainCont.current || !this._annotationLayer.current ? (null) : <MarqueeAnnotator + scrollTop={0} rootDoc={this.rootDoc} down={this._marqueeing} scaling={this.marqueeFitScaling} |
