From 8ec08a6ac4704899cda3e5123575bb8cd2670cba Mon Sep 17 00:00:00 2001 From: Mutasem Aldmour Date: Fri, 13 Sep 2024 16:31:40 +0200 Subject: [PATCH] fix: Prevent copying workflow when focused in Assistant (no-changelog) --- .../editor-ui/src/components/AskAssistant/AskAssistantChat.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/editor-ui/src/components/AskAssistant/AskAssistantChat.vue b/packages/editor-ui/src/components/AskAssistant/AskAssistantChat.vue index 1a13edb39b6df..bef68236f82f8 100644 --- a/packages/editor-ui/src/components/AskAssistant/AskAssistantChat.vue +++ b/packages/editor-ui/src/components/AskAssistant/AskAssistantChat.vue @@ -83,6 +83,8 @@ function onClose() { :style="{ width: `${assistantStore.chatWidth}px` }" :class="$style.wrapper" data-test-id="ask-assistant-chat" + tabindex="0" + @keydown.stop >