feat: timeline auto-scroll for moving clips

This commit is contained in:
Maze Winther
2025-08-28 23:59:40 +02:00
parent a7d90f7eac
commit 886cf81bd0
4 changed files with 131 additions and 70 deletions
@@ -878,6 +878,8 @@ export function Timeline() {
track={track}
zoomLevel={zoomLevel}
onSnapPointChange={handleSnapPointChange}
rulerScrollRef={rulerScrollRef}
tracksScrollRef={tracksScrollRef}
/>
</div>
</ContextMenuTrigger>