Skip to content

Commit

Permalink
fix: escape still closing drawer when persistent
Browse files Browse the repository at this point in the history
  • Loading branch information
94726 committed Aug 3, 2024
1 parent 727fe43 commit 5edb983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioli/src/Root.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:modal="modal"
@update:open="
(open) => {
openProp = open
openProp = open || persistent
}
"
>
Expand Down

0 comments on commit 5edb983

Please sign in to comment.