Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moebytes/Frame-Player
/ initVideoDrag
Function
initVideoDrag
LocalStorage.tsx:111–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
110
useEffect(() => {
111
const initVideoDrag = async () => {
112
const savedDrag = await window.ipcRenderer.invoke(
"get-vid-drag"
)
113
if (savedDrag) setVideoDrag(Boolean(savedDrag))
114
}
115
initVideoDrag()
116
}, [])
117
Callers
1
LocalStorage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected