MCPcopy Create free account
hub / github.com/027xiguapi/code-box / handleCancel

Function handleCancel

component/ui/tooltip.tsx:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 const handleCancel = () => {
61 props.onCancel()
62 }
63
64 const setTooltipStyle = () => {
65 return { ...tooltipStyles.tooltip, left: props.left, top: props.top }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected