mirror of
				https://github.com/nkanaev/yarr.git
				synced 2025-10-30 06:31:07 +00:00 
			
		
		
		
	unfocus search on enter
This commit is contained in:
		| @@ -163,7 +163,7 @@ | |||||||
|                 <div class="input-icon flex-grow-1"> |                 <div class="input-icon flex-grow-1"> | ||||||
|                     <span class="icon">{% inline "search.svg" %}</span> |                     <span class="icon">{% inline "search.svg" %}</span> | ||||||
|                     <!-- id used by keybindings --> |                     <!-- 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> |                 </div> | ||||||
|                 <button class="toolbar-item ml-2" |                 <button class="toolbar-item ml-2" | ||||||
|                         @click="markItemsRead()" |                         @click="markItemsRead()" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user