From 928190332a76a566d34308e92495ea9050c04e76 Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Fri, 15 Nov 2024 16:49:52 +0800 Subject: [PATCH] fix clip times being left aligned --- apps/desktop/src/routes/editor/Timeline.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/routes/editor/Timeline.tsx b/apps/desktop/src/routes/editor/Timeline.tsx index a3a13557..2bddee74 100644 --- a/apps/desktop/src/routes/editor/Timeline.tsx +++ b/apps/desktop/src/routes/editor/Timeline.tsx @@ -234,7 +234,7 @@ export function Timeline() { }); }} /> - + {formatTime(segment.start)}