Skip to content

Commit

Permalink
fix(CloseableDialog): stop key event bubbling to shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHax committed Oct 9, 2023
1 parent b2e81f5 commit 170528c
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 170528c

Please sign in to comment.