use as much resolution as possible

This commit is contained in:
Josh Hawkins 2024-02-22 08:08:16 -06:00
parent a632c2de5e
commit 798b67b15a

View File

@ -111,7 +111,7 @@ function useDraggableHandler({
} }
}); });
if (setHandlebarTime) { if (setHandlebarTime) {
setHandlebarTime(segmentStartTime); setHandlebarTime(timelineStart - segmentIndex * segmentDuration);
} }
} }
} }