From 4f64ff50cd561689dd24a1586fdccb2d48384f40 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Sun, 1 Feb 2026 11:09:55 +0100 Subject: [PATCH] testing 2 --- apps/web/src/components/editor/timeline/snap-indicator.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/components/editor/timeline/snap-indicator.tsx b/apps/web/src/components/editor/timeline/snap-indicator.tsx index 6bfdf086..914edccb 100644 --- a/apps/web/src/components/editor/timeline/snap-indicator.tsx +++ b/apps/web/src/components/editor/timeline/snap-indicator.tsx @@ -9,9 +9,9 @@ interface SnapIndicatorProps { zoomLevel: number; isVisible: boolean; tracks: TimelineTrack[]; - timelineRef: React.RefObject; - trackLabelsRef?: React.RefObject; - tracksScrollRef: React.RefObject; + timelineRef: React.RefObject; + trackLabelsRef?: React.RefObject; + tracksScrollRef: React.RefObject; } export function SnapIndicator({