fix(Dialog): prevent space key from closing the dialog
This commit is contained in:
parent
1b36cab885
commit
7b21b1d934
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
dense
|
||||
@click="close"
|
||||
@keydown.enter.prevent
|
||||
@keydown.space.prevent
|
||||
style="color: #ff8080; background-color: #ffdede"
|
||||
/>
|
||||
</q-toolbar>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue