aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-10-21 11:28:26 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-10-21 11:28:26 -0400
commit9586d1e6bad65070a472da7a067db03f26fe9a4c (patch)
treed240e4c970a8249a3fd29ed865cd39013701b4a7 /src/client/views/nodes/VideoBox.tsx
parenteb95a7e5f5e50970d87ae0fd1f76ee080e7fa169 (diff)
cleaning up annotation overlays
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
-rw-r--r--src/client/views/nodes/VideoBox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx
index 24f6cca9d..20383bab1 100644
--- a/src/client/views/nodes/VideoBox.tsx
+++ b/src/client/views/nodes/VideoBox.tsx
@@ -351,6 +351,7 @@ export class VideoBox extends DocAnnotatableComponent<FieldViewProps, VideoDocum
PanelWidth={this.props.PanelWidth}
focus={this.props.focus}
isSelected={this.props.isSelected}
+ isAnnotationOverlay={true}
select={emptyFunction}
active={this.active}
ContentScaling={returnOne}