mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Prevent copying workflow when copying outside of canvas (#10813)
This commit is contained in:
@@ -83,6 +83,8 @@ function onClose() {
|
||||
:style="{ width: `${assistantStore.chatWidth}px` }"
|
||||
:class="$style.wrapper"
|
||||
data-test-id="ask-assistant-chat"
|
||||
tabindex="0"
|
||||
@keydown.stop
|
||||
>
|
||||
<AskAssistantChat
|
||||
:user="user"
|
||||
|
||||
Reference in New Issue
Block a user