Skip to content

Commit

Permalink
Merge pull request #450 from PaulHax/keyboard-modal
Browse files Browse the repository at this point in the history
fix(CloseableDialog): stop key event bubbling to shortcuts
  • Loading branch information
floryst authored Oct 9, 2023
2 parents b2e81f5 + 170528c commit 431e60b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CloseableDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const maxWidth = computed(() => {
:max-width="maxWidth"
:model-value="props.modelValue"
@update:model-value="$emit('update:model-value', $event)"
@keydown.stop
>
<v-btn
variant="flat"
Expand Down

0 comments on commit 431e60b

Please sign in to comment.