Skip to content

Commit

Permalink
fix: Prevent copying workflow when focused in Assistant (no-changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
mutdmour committed Sep 13, 2024
1 parent 86f4877 commit 8ec08a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8ec08a6

Please sign in to comment.