fix: fixed an issue where Handle component onMouseDown event could not be bind
This commit is contained in:
@@ -82,7 +82,7 @@ function resetRecentHandle(hoveredHandle: Element): void {
|
||||
hoveredHandle?.classList.remove('react-flow__handle-connecting');
|
||||
}
|
||||
|
||||
export function onMouseDown(
|
||||
export function handleMouseDown(
|
||||
event: ReactMouseEvent,
|
||||
handleId: string | null,
|
||||
nodeId: string,
|
||||
|
||||
Reference in New Issue
Block a user