Skip to content

Commit

Permalink
components(calculator/share-dialog): fix ESC close state
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Apr 2, 2024
1 parent 6622773 commit a6e1f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/calculator/share-dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
overlay-opacity=".75"
width="700"
@click:outside="close()"
@keydown.esc="close()"
@close="close()">
<v-toolbar flat="">
<v-toolbar-title>
Expand Down

0 comments on commit a6e1f8f

Please sign in to comment.