mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix comment remove check time
This commit is contained in:
@@ -89,7 +89,6 @@ export function useTimelinePlayhead({
|
||||
if (e.button !== 0) return;
|
||||
e.preventDefault();
|
||||
const time = getTimeFromMouse(e);
|
||||
if (time === undefined) return;
|
||||
|
||||
isScrubbingRef.current = true;
|
||||
scrubTimeRef.current = time;
|
||||
|
||||
Reference in New Issue
Block a user