We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a67f8 commit 45fe902Copy full SHA for 45fe902
1 file changed
src/dialogs/AddProcessRuleDialog.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <v-dialog v-model="visible" max-width="600">
+ <v-dialog v-model="visible" max-width="600" @keydown.esc="closeDialog" @keydown.enter="addRule">
3
<v-card prepend-icon="mdi-file-edit-outline" title="Add Process Rule">
4
<v-card-text>
5
<TemplateBuilder
0 commit comments