mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-09-15 17:23:45 +00:00
@@ -129,7 +129,7 @@
|
||||
@focus="onInputFocus"
|
||||
@blur="onInputBlur"
|
||||
/>
|
||||
<ClearButton v-if="searchText" @clear="searchText = ''" />\n
|
||||
<ClearButton v-if="searchText" @clear="searchText = ''" />
|
||||
</div>
|
||||
<SearchSuggestions
|
||||
v-show="(searchText || showSearchHistory) && suggestionsVisible"
|
||||
|
||||
Reference in New Issue
Block a user