refactor(drag-edge): cleanup drag edge handlers
This commit is contained in:
@@ -145,7 +145,7 @@ export function onMouseDown(
|
||||
|
||||
function onMouseUp(event: MouseEvent) {
|
||||
const { connection, isValid } = checkElementBelowIsValid(event);
|
||||
|
||||
|
||||
if (onConnectStop) {
|
||||
onConnectStop(event);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user