Merge pull request #75 from yusufipk/claude/openframe-mouse-overlay-bug-66603b

fix(player): re-arm the cursor idle timer when playback changes
This commit is contained in:
Yusuf İpek
2026-09-08 13:23:44 +03:00
committed by GitHub
5 changed files with 142 additions and 80 deletions
-1
View File
@@ -216,7 +216,6 @@ export function VideoPageContent({
setActiveVersionId,
});
// Cursor idle detection: hide overlay when cursor idle for 3s while playing
// Memoize version selection handler to prevent recreating on each render
const handleVersionSelect = useCallback(
(versionId: string) => {