fix timeline zoom + selection box issues

This commit is contained in:
Maze Winther
2026-01-24 06:42:39 +01:00
parent 7de8e4172f
commit 33f453efc7
4 changed files with 10 additions and 11 deletions
-1
View File
@@ -281,7 +281,6 @@ use-timeline-snapping.ts
use-timeline-zoom.ts
export function useTimelineZoom({
containerRef,
isInTimeline = false,
minZoom = TIMELINE_CONSTANTS.ZOOM_MIN,
}: UseTimelineZoomProps): UseTimelineZoomReturn