diff options
author | bobzel <zzzman@gmail.com> | 2021-09-23 21:52:48 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-09-23 21:52:48 -0400 |
commit | 676cc1ef15653590eecf7f588fe02dd7d75863cc (patch) | |
tree | 0a379d47fffba0b48d4ba9c668b7aeb97bde6d29 /src/client/views/nodes/VideoBox.tsx | |
parent | 802840c0e23bf4fcdcdf9ec262c45b09525be813 (diff) |
fixed trimming already trimmed clips.
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
-rw-r--r-- | src/client/views/nodes/VideoBox.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index 84eeacc29..2485e7658 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -551,6 +551,8 @@ export class VideoBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProp Pause={this.Pause} playLink={this.playLink} PanelHeight={this.timelineHeight} + clipStart={0} + clipEnd={this.duration} trimming={false} trimStart={returnZero} trimEnd={this.trimEndFunc} |