aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.tsx
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2021-09-30 16:50:57 -0400
committermehekj <mehek.jethani@gmail.com>2021-09-30 16:50:57 -0400
commitf4609585adb51d2a5b8614dc2bb166d72afb5fa4 (patch)
tree5b588995b5dcec3762b3108e87d5fde2c95d4dc5 /src/client/views/nodes/VideoBox.tsx
parent271712498ad4021c06a15563c84f99f091696bea (diff)
fixed video trim button icon
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
-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() {