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;
|
if (e.button !== 0) return;
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
const time = getTimeFromMouse(e);
|
const time = getTimeFromMouse(e);
|
||||||
if (time === undefined) return;
|
|
||||||
|
|
||||||
isScrubbingRef.current = true;
|
isScrubbingRef.current = true;
|
||||||
scrubTimeRef.current = time;
|
scrubTimeRef.current = time;
|
||||||
|
|||||||
Reference in New Issue
Block a user