diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-19 00:45:23 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-19 00:45:23 -0500 |
| commit | d53ae2d90e7d7de8135ff19e18535cccd7a90ed0 (patch) | |
| tree | af16312d3c2046f5f80fa2600ed6496adeb0fa1a /src/client/views/nodes/VideoBox.tsx | |
| parent | 46ee7dc4934de6bf2f7c6e49558ff8cf6485d161 (diff) | |
getting rid of data docs from many places
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
| -rw-r--r-- | src/client/views/nodes/VideoBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index 6695e04c3..69c6f2617 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -90,7 +90,7 @@ export class VideoBox extends DocAnnotatableComponent<FieldViewProps, VideoDocum @action public FullScreen() { this._fullScreen = true; this.player && this.player.requestFullscreen(); - this._youtubePlayer && this.props.addDocTab(this.props.Document, this.props.DataDoc, "inTab"); + this._youtubePlayer && this.props.addDocTab(this.props.Document, "inTab"); } choosePath(url: string) { |
