diff options
author | bobzel <zzzman@gmail.com> | 2021-10-08 10:48:41 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-10-08 10:48:41 -0400 |
commit | 129d76df4f474a27fadf6c37a05aaee4cb767163 (patch) | |
tree | 32885c8639717b05bcc69c0bf1feb6188cfbe916 /src/client/views/nodes/VideoBox.tsx | |
parent | 8ff12370498a99d712adbf442004f13e51e2e381 (diff) |
fixed dragging markers on video timelines. fixed moving timeline clips to write show/hide by default to the layout document but otherwise in place
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 23c90de8a..c22dbab5c 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -572,6 +572,8 @@ export class VideoBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProp playing={this.playing} isAnyChildContentActive={this.isAnyChildContentActive} whenChildContentsActiveChanged={this.timelineWhenChildContentsActiveChanged} + moveDocument={this.moveDocument} + addDocument={this.addDocument} removeDocument={this.removeDocument} ScreenToLocalTransform={this.timelineScreenToLocal} Play={this.Play} |