Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
haschek committed Nov 26, 2024
1 parent edbb7b6 commit f026675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/react-flow/handles/HandleDefault.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f026675

Please sign in to comment.