diff --git a/src/extensions/react-flow/handles/HandleDefault.tsx b/src/extensions/react-flow/handles/HandleDefault.tsx index 8154e490..d8bdb196 100644 --- a/src/extensions/react-flow/handles/HandleDefault.tsx +++ b/src/extensions/react-flow/handles/HandleDefault.tsx @@ -114,7 +114,7 @@ export const HandleDefault = memo( ); } }, - onMouseLeave: (e: any) => { + onMouseLeave: () => { if (switchTooltipTimerOn) clearTimeout(switchTooltipTimerOn); if (toolsTarget.length > 0 && toolsTarget[0].classList.contains(BlueprintClasses.POPOVER_OPEN)) { switchToolsTimerOff = setTimeout(() => toolsTarget[0].click(), 500);