mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
unfocus search on enter
This commit is contained in:
parent
89ce8df0e3
commit
a9b450db03
@ -163,7 +163,7 @@
|
||||
<div class="input-icon flex-grow-1">
|
||||
<span class="icon">{% inline "search.svg" %}</span>
|
||||
<!-- id used by keybindings -->
|
||||
<input id="searchbar" class="d-block toolbar-search" type="" v-model="itemSearch">
|
||||
<input id="searchbar" type="" class="d-block toolbar-search" v-model="itemSearch" @keydown.enter="$event.target.blur()">
|
||||
</div>
|
||||
<button class="toolbar-item ml-2"
|
||||
@click="markItemsRead()"
|
||||
|
Loading…
x
Reference in New Issue
Block a user