MCPcopy Create free account
hub / github.com/TanStack/hotkeys / handleMouseUp

Function handleMouseUp

packages/hotkeys-devtools/src/components/Shell.tsx:74–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 const handleMouseUp = () => {
75 setIsDragging(false)
76 document.body.style.cursor = ''
77 document.body.style.userSelect = ''
78 }
79
80 onMount(() => {
81 document.addEventListener('mousemove', handleMouseMove)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…