Skip to content

Commit 45fe902

Browse files
committed
Added keyboard shortcut bindings
1 parent 02a67f8 commit 45fe902

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dialogs/AddProcessRuleDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<v-dialog v-model="visible" max-width="600">
2+
<v-dialog v-model="visible" max-width="600" @keydown.esc="closeDialog" @keydown.enter="addRule">
33
<v-card prepend-icon="mdi-file-edit-outline" title="Add Process Rule">
44
<v-card-text>
55
<TemplateBuilder

0 commit comments

Comments
 (0)