fix: Prevent copying workflow when copying outside of canvas (#10813)

This commit is contained in:
Mutasem Aldmour
2024-09-16 12:27:44 +02:00
committed by GitHub
parent 3be31e27ed
commit 22c1890139
7 changed files with 349 additions and 0 deletions

View File

@@ -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"