feat: remove enter key handler
This commit is contained in:
parent
555d8d26b9
commit
011f090680
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ function removeAccount(id: string) {
|
||||||
@keydown.down.prevent="shift(1)"
|
@keydown.down.prevent="shift(1)"
|
||||||
@keydown.up.prevent="shift(-1)"
|
@keydown.up.prevent="shift(-1)"
|
||||||
@keydown.esc.prevent="inputRef?.blur()"
|
@keydown.esc.prevent="inputRef?.blur()"
|
||||||
@keypress.enter="addAccount"
|
|
||||||
>
|
>
|
||||||
<button v-if="query.length" btn-action-icon text-secondary @click="query = ''; inputRef?.focus()">
|
<button v-if="query.length" btn-action-icon text-secondary @click="query = ''; inputRef?.focus()">
|
||||||
<span aria-hidden="true" class="i-ri:close-line" />
|
<span aria-hidden="true" class="i-ri:close-line" />
|
||||||
|
|
Loading…
Reference in a new issue