fix(Dialog): prevent enter key from closing the dialog

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-05-27 10:23:36 +07:00
parent f726aece81
commit 47bd6611b2

View file

@ -9,6 +9,7 @@
round
dense
@click="close"
@keydown.enter.prevent
style="color: #ff8080; background-color: #ffdede"
/>
</q-toolbar>