diff --git a/apps/client/src/components/editor/EditorTimeline.tsx b/apps/client/src/components/editor/EditorTimeline.tsx index dc0d5c7..3981a23 100644 --- a/apps/client/src/components/editor/EditorTimeline.tsx +++ b/apps/client/src/components/editor/EditorTimeline.tsx @@ -230,7 +230,7 @@ export function EditorTimeline({ sessions, editList, setEditList, playback, onSa const centerVisibleTime = scrolledTime + visibleTimeRange / 2; const cutDuration = Math.max(0.5, visibleTimeRange / 4); - const begin = Math.max(0, centerVisibleTime - cutDuration / 2); + const begin = Math.max(0, time); const end = Math.min(totalTime, begin + cutDuration); setEditList(