fix(editor): Fix merge node connectors (#5364)

* fix(editor): Fix merge node connectors

* Set `stateIsDirty` from `EVENT_CONNECTION` hook
This commit is contained in:
OlegIvaniv
2023-02-06 09:49:18 +01:00
committed by GitHub
parent 8d9b64e26e
commit 20356ba8c8
2 changed files with 3 additions and 1 deletions

View File

@@ -538,7 +538,6 @@ export const useWorkflowsStore = defineStore(STORES.WORKFLOWS, {
// TODO: Check if there is an error or whatever that is supposed to be returned
return;
}
const sourceData: IConnection = data.connection[0];
const destinationData: IConnection = data.connection[1];