fix(core): reset end handle on connection end

This commit is contained in:
braks
2023-06-15 22:35:25 +02:00
committed by Braks
parent e7e4f1fd0a
commit b017139d22
+1
View File
@@ -611,6 +611,7 @@ export function useActions(
const endConnection: Actions['endConnection'] = (event, isClick) => {
state.connectionPosition = { x: NaN, y: NaN }
state.connectionEndHandle = null
state.connectionStatus = null
if (isClick) {