mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 17:46:06 +00:00
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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user