()
| 58 | } |
| 59 | |
| 60 | const handleCancel = () => { |
| 61 | props.onCancel() |
| 62 | } |
| 63 | |
| 64 | const setTooltipStyle = () => { |
| 65 | return { ...tooltipStyles.tooltip, left: props.left, top: props.top } |
nothing calls this directly
no outgoing calls
no test coverage detected