From a16c86092a64d41014e06078c41b8aabd62b7939 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Tue, 1 Jul 2025 15:30:50 +0200 Subject: [PATCH] fix: playhead not moving in real time --- apps/web/src/components/editor/timeline.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/editor/timeline.tsx b/apps/web/src/components/editor/timeline.tsx index 71e4aa5..544e007 100644 --- a/apps/web/src/components/editor/timeline.tsx +++ b/apps/web/src/components/editor/timeline.tsx @@ -908,6 +908,7 @@ export function Timeline() {
@@ -1118,7 +1119,7 @@ export function Timeline() { {/* Playhead for tracks area (scrubbable) */} {tracks.length > 0 && (