Skip to content

Commit

Permalink
fix(Dialog): inherit attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi committed Sep 10, 2024
1 parent 2f75728 commit d06867b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/overlays/dialog/RuiDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ const contentTransition = computed(() => {
:style="{ zIndex }"
role="dialog"
tabindex="0"
v-bind="$attrs"
@keydown.esc.stop="!persistent && close()"
>
<Transition
Expand Down

0 comments on commit d06867b

Please sign in to comment.