mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 20:05:55 +08:00
Fix webpack build [SCI-10714]
This commit is contained in:
parent
89210bbd17
commit
b29dada868
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<div class="sci--navigation--top-menu-search left-icon sci-input-container-v2"
|
||||
:class="{'disabled' : !currentTeam, 'error': invalidQuery}" :title="i18n.t('nav.search')"
|
||||
>
|
||||
<input ref="searchField" type="text" class="!pr-20" v-model="searchQuery" @keydown="focusHistoryItem"
|
||||
<input ref="searchField" type="text" class="!pr-20" v-model="searchQuery"
|
||||
:class="{'active': flyoutOpened}"
|
||||
@keydown="focusHistoryItem"
|
||||
@keydown.down="focusQuickSearchResults"
|
||||
|
|
Loading…
Add table
Reference in a new issue