mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(editor): create ndv store (#4409)
* refactor ndv module out * update active node in root state * simplify * fix conflict * fix dragging
This commit is contained in:
@@ -369,7 +369,7 @@ export default mixins(workflowHelpers, copyPaste, showMessage).extend({
|
||||
pane: 'input',
|
||||
type: 'open-executions-log',
|
||||
});
|
||||
this.$store.commit('setActiveNode', null);
|
||||
this.$store.commit('ndv/setActiveNodeName', null);
|
||||
this.$store.dispatch('ui/openModal', EXECUTIONS_MODAL_KEY);
|
||||
} else if (target.dataset.key === 'settings') {
|
||||
this.$store.dispatch('ui/openModal', WORKFLOW_SETTINGS_MODAL_KEY);
|
||||
|
||||
Reference in New Issue
Block a user