mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Prevent node-creator tabs from showing when toggled by CanvasAddButton (#4661)
This commit is contained in:
@@ -677,7 +677,9 @@ export default mixins(
|
||||
this.nodeCreatorStore.selectedType = TRIGGER_NODE_FILTER;
|
||||
this.nodeCreatorStore.showScrim = true;
|
||||
this.onToggleNodeCreator({ source, createNodeActive: true });
|
||||
this.$nextTick(() => {
|
||||
this.nodeCreatorStore.showTabs = false;
|
||||
});
|
||||
},
|
||||
async openExecution(executionId: string) {
|
||||
this.startLoading();
|
||||
|
||||
Reference in New Issue
Block a user