diff options
author | mehekj <mehek.jethani@gmail.com> | 2021-09-30 16:50:57 -0400 |
---|---|---|
committer | mehekj <mehek.jethani@gmail.com> | 2021-09-30 16:50:57 -0400 |
commit | f4609585adb51d2a5b8614dc2bb166d72afb5fa4 (patch) | |
tree | 5b588995b5dcec3762b3108e87d5fde2c95d4dc5 | |
parent | 271712498ad4021c06a15563c84f99f091696bea (diff) |
fixed video trim button icon
-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() { |