diff --git a/src/components/quick-actions/quick-actions.vue b/src/components/quick-actions/quick-actions.vue index 693d3f2fe..62778e4cc 100644 --- a/src/components/quick-actions/quick-actions.vue +++ b/src/components/quick-actions/quick-actions.vue @@ -13,7 +13,7 @@ :placeholder="placeholder" @keyup="search" ref="searchInput" - @keydown.down.prevent="() => select(0, 0)" + @keydown.down.prevent="select(0, 0)" @keyup.prevent.delete="unselectCmd" @keyup.prevent.enter="doCmd" @keyup.prevent.esc="closeQuickActions" @@ -35,13 +35,14 @@ {{ i.title }} @@ -52,23 +53,20 @@ -