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