mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix that drop connection and addNodeButton did connect wrong
This commit is contained in:
@@ -173,6 +173,7 @@ export const mouseSelect = mixins(nodeIndex).extend({
|
||||
this.instance.clearDragSelection();
|
||||
this.$store.commit('resetSelectedNodes');
|
||||
this.$store.commit('setLastSelectedNode', null);
|
||||
this.$store.commit('setLastSelectedNodeOutputIndex', null);
|
||||
this.$store.commit('setActiveNode', null);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user