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

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-05-27 12:16:17 +07:00
parent 1b36cab885
commit 7b21b1d934

View file

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