fix comment remove check time

This commit is contained in:
gantiro 2025-07-15 23:33:31 +07:00
parent 7cc3a907de
commit faf317cd20
1 changed files with 0 additions and 1 deletions

View File

@ -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;