MCPcopy Create free account
hub / github.com/dashrobotco/robot-components / handlePanelMouseLeave

Function handlePanelMouseLeave

app/nodegrid/page.tsx:1195–1200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1193
1194 // Handle mouse leave
1195 const handlePanelMouseLeave = () => {
1196 if (!isResizing) {
1197 setResizeEdge(null);
1198 }
1199 setIsHovered(false);
1200 };
1201
1202 // Handle mouse enter
1203 const handlePanelMouseEnter = () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected