diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-13 22:42:41 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-13 22:42:41 -0500 |
| commit | f79e47041928648d0ad9ffb93ef053bde98c1622 (patch) | |
| tree | 96790b59249253cc81573b146c02122489062cbe /src/client/views/nodes/VideoBox.tsx | |
| parent | 4e1df78c6d94fabd949113801261150de8ed686c (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.tsx | 1 |
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} |
