fix: improve keyboard operability especially on search page and editor (#2730)

Co-authored-by: patak <583075+patak-dev@users.noreply.github.com>
This commit is contained in:
TAKAHASHI Shuuji 2024-04-01 14:24:42 +09:00 committed by GitHub
parent 587c063aba
commit eee671cdc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 3 deletions

View file

@ -82,6 +82,7 @@ function activate() {
placeholder-text-secondary
@keydown.down.prevent="shift(1)"
@keydown.up.prevent="shift(-1)"
@keydown.esc.prevent="input?.blur()"
@keypress.enter="activate"
>
<button v-if="query.length" btn-action-icon text-secondary @click="query = ''; input?.focus()">