diff options
author | bobzel <zzzman@gmail.com> | 2021-09-30 16:56:49 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-09-30 16:56:49 -0400 |
commit | ef3401509adad83c30b6e724e7376b45f84c2b20 (patch) | |
tree | 37eb567a9221eeca1099e4ff55bfa628fb7d1e79 | |
parent | 547a6aef2c35ef427f046f16b54da707e4d3252a (diff) | |
parent | f4609585adb51d2a5b8614dc2bb166d72afb5fa4 (diff) |
Merge branch 'temporalmedia-mehek' of https://github.com/brown-dash/Dash-Web into temporalmedia-mehek
-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 a8ea1ed90..b1f049700 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -108,6 +108,7 @@ export class VideoBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProp this.layoutDoc._height = (this.layoutDoc._width || 0) / youtubeaspect; } } + this.player && this.setPlayheadTime(0); } componentWillUnmount() { |