aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-02-13 22:42:41 -0500
committerbobzel <zzzman@gmail.com>2021-02-13 22:42:41 -0500
commitf79e47041928648d0ad9ffb93ef053bde98c1622 (patch)
tree96790b59249253cc81573b146c02122489062cbe /src/client/views/nodes/VideoBox.tsx
parent4e1df78c6d94fabd949113801261150de8ed686c (diff)
fixed videobox focus issues when following a link so that video is focused in frame before annotation is focused.
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
-rw-r--r--src/client/views/nodes/VideoBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx
index 6d0a200cb..435563255 100644
--- a/src/client/views/nodes/VideoBox.tsx
+++ b/src/client/views/nodes/VideoBox.tsx
@@ -496,7 +496,6 @@ export class VideoBox extends ViewBoxAnnotatableComponent<FieldViewProps, VideoD
renderDepth={this.props.renderDepth + 1}
startTag={"_timecodeToShow" /* videoStart */}
endTag={"_timecodeToHide" /* videoEnd */}
- focus={DocUtils.DefaultFocus}
bringToFront={emptyFunction}
CollectionView={undefined}
duration={this.duration}