From 4880e3b10c2032fb33ebf9258e6a6f3b46c3f6f0 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Fri, 11 Jul 2025 00:48:17 +0200 Subject: [PATCH] fix: allow real-time playhead on ruler and cursor change --- apps/web/src/components/editor/timeline.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/src/components/editor/timeline.tsx b/apps/web/src/components/editor/timeline.tsx index e302ac1..fb4723d 100644 --- a/apps/web/src/components/editor/timeline.tsx +++ b/apps/web/src/components/editor/timeline.tsx @@ -901,10 +901,11 @@ export function Timeline() {
{/* Time markers */} {(() => {