diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-10-21 11:28:26 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-10-21 11:28:26 -0400 |
commit | 9586d1e6bad65070a472da7a067db03f26fe9a4c (patch) | |
tree | d240e4c970a8249a3fd29ed865cd39013701b4a7 /src/client/views/nodes/VideoBox.tsx | |
parent | eb95a7e5f5e50970d87ae0fd1f76ee080e7fa169 (diff) |
cleaning up annotation overlays
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 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} |