diff --git a/apps/web/src/components/editor/timeline.tsx b/apps/web/src/components/editor/timeline.tsx index 31e0dd50..b9e78839 100644 --- a/apps/web/src/components/editor/timeline.tsx +++ b/apps/web/src/components/editor/timeline.tsx @@ -1802,7 +1802,7 @@ function TimelineTrackContent({ > {/* Left trim handle */}
handleResizeStart(e, clip.id, "left")} /> {/* Clip content */} @@ -1844,7 +1844,7 @@ function TimelineTrackContent({
{/* Right trim handle */}
handleResizeStart(e, clip.id, "right")} />