OpenShot / openshot-qt

OpenShot Video Editor is an award-winning free and open-source video editor for Linux, Mac, and Windows, and is dedicated to delivering high quality video editing and animation solutions to the world.
http://www.openshot.org
Other
4.37k stars 548 forks source link

Allow clip drag past edge of Timeline (without resetting position) #5621

Closed jonoomph closed 1 month ago

jonoomph commented 2 months ago

Remove Droppable Track from Angular timeline code. Replace with static function called on Draggable End (to update UI data). Allows for clips to be dragged to edge of timeline without resetting back to original positions. Also fixed a race condition (on Web Engine) that caused a ng-click to happen after a drag (randomly) clearing selections.

jonoomph commented 1 month ago

Dragging playhead, clips, or transitions past the start of the timeline, should stick to 0.0 (not jump back)