diff options
author | monoguitari <113245090+monoguitari@users.noreply.github.com> | 2023-08-24 00:21:42 -0400 |
---|---|---|
committer | monoguitari <113245090+monoguitari@users.noreply.github.com> | 2023-08-24 00:21:42 -0400 |
commit | dd818efee16f554662500aaaee3d11adeb4bf64d (patch) | |
tree | e22523e6556750871ee236d1f2ace1e46a2a72a1 /src/client/views/nodes/VideoBox.tsx | |
parent | aab4148a23a6505f103564fff305ac4c97b64479 (diff) |
Current Implementation topbar video
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
-rw-r--r-- | src/client/views/nodes/VideoBox.tsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index 2177adeff..1bd98a3eb 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -192,7 +192,10 @@ export class VideoBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProp this._finished = false; start = this.timeline.trimStart; } - + if (this.dataDoc._data_presentation) { + console.log("ninja") + } + console.log(this.dataDoc.data_presentation) try { this._audioPlayer && this.player && (this._audioPlayer.currentTime = this.player?.currentTime); update && this.player && this.playFrom(start, undefined, true); |