diff --git a/src/components/quick-actions/quick-actions.vue b/src/components/quick-actions/quick-actions.vue index 5deb2c22f..d9838f1b4 100644 --- a/src/components/quick-actions/quick-actions.vue +++ b/src/components/quick-actions/quick-actions.vue @@ -26,6 +26,7 @@ @keydown.down.prevent="() => select(k, key + 1)" @click.prevent.stop="() => doAction(r.type, i)" @keyup.prevent.enter="() => doAction(r.type, i)" + @keyup.prevent.esc="() => $refs.searchInput.focus()" > {{ i.title }}