MCPcopy Index your code
hub / github.com/027xiguapi/code-box / handleMouseMove

Function handleMouseMove

component/ui/customDomSelector.tsx:53–58  ·  view source on GitHub ↗
(event: MouseEvent)

Source from the content-addressed store, hash-verified

51 }
52
53 const handleMouseMove = (event: MouseEvent) => {
54 if (isReady && !isSelect) {
55 const target = event.target as HTMLElement
56 highlightElement(target)
57 }
58 }
59
60 const handleClick = (event: MouseEvent) => {
61 if (isReady) {

Callers

nothing calls this directly

Calls 1

highlightElementFunction · 0.85

Tested by

no test coverage detected