mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-01-03 11:20:07 -05:00
Fix keypress events on mobile
This commit is contained in:
parent
3a5182142e
commit
bbc4baee48
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ export default {
|
||||||
name="searchBar"
|
name="searchBar"
|
||||||
:placeholder="$t('main.search')"
|
:placeholder="$t('main.search')"
|
||||||
v-model="filterTags"
|
v-model="filterTags"
|
||||||
|
@keypress="filterSearches(filterTags)"
|
||||||
@keyup="filterSearches(filterTags)"
|
@keyup="filterSearches(filterTags)"
|
||||||
class="rounded-md p-1 pl-8 text-black bg-neutral-500 placeholder:text-white"
|
class="rounded-md p-1 pl-8 text-black bg-neutral-500 placeholder:text-white"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue