🐛 Fix that drop connection and addNodeButton did connect wrong

This commit is contained in:
Jan Oberhauser
2019-12-10 15:39:14 +01:00
parent 5da4a80d67
commit f31049d454
3 changed files with 21 additions and 5 deletions

View File

@@ -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);
},
},