aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-09-30 16:56:49 -0400
committerbobzel <zzzman@gmail.com>2021-09-30 16:56:49 -0400
commitef3401509adad83c30b6e724e7376b45f84c2b20 (patch)
tree37eb567a9221eeca1099e4ff55bfa628fb7d1e79 /src
parent547a6aef2c35ef427f046f16b54da707e4d3252a (diff)
parentf4609585adb51d2a5b8614dc2bb166d72afb5fa4 (diff)
Merge branch 'temporalmedia-mehek' of https://github.com/brown-dash/Dash-Web into temporalmedia-mehek
Diffstat (limited to 'src')
-rw-r--r--src/client/views/nodes/VideoBox.tsx1
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() {