diff --git a/src/components/quick-actions/quick-actions.vue b/src/components/quick-actions/quick-actions.vue index 729b24e63..1a4ef714e 100644 --- a/src/components/quick-actions/quick-actions.vue +++ b/src/components/quick-actions/quick-actions.vue @@ -15,10 +15,11 @@ ref="searchInput" @keydown.down.prevent="() => select(0, 0)" @keyup.prevent.delete="() => selectedCmd = null" + @keyup.prevent.enter="doCmd" /> -
+
{{ r.title }} @@ -45,6 +46,12 @@