mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(editor): Popping logs out into a new window (#13788)
This commit is contained in:
@@ -272,7 +272,7 @@ const keyBindingsEnabled = computed(() => {
|
||||
return !ndvStore.activeNode && uiStore.activeModals.length === 0;
|
||||
});
|
||||
|
||||
const isChatOpen = computed(() => workflowsStore.isChatPanelOpen);
|
||||
const isChatOpen = computed(() => workflowsStore.chatPanelState !== 'closed');
|
||||
|
||||
/**
|
||||
* Initialization
|
||||
|
||||
Reference in New Issue
Block a user