feat: remove enter key handler

This commit is contained in:
Ayo Ayco 2025-04-25 18:07:12 +02:00
parent 555d8d26b9
commit 011f090680

View file

@ -95,7 +95,6 @@ function removeAccount(id: string) {
@keydown.down.prevent="shift(1)"
@keydown.up.prevent="shift(-1)"
@keydown.esc.prevent="inputRef?.blur()"
@keypress.enter="addAccount"
>
<button v-if="query.length" btn-action-icon text-secondary @click="query = ''; inputRef?.focus()">
<span aria-hidden="true" class="i-ri:close-line" />