0
Fork 0
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:
dragongoose 2023-07-26 17:18:38 -04:00
parent 3a5182142e
commit bbc4baee48

View file

@ -134,6 +134,7 @@ export default {
name="searchBar"
:placeholder="$t('main.search')"
v-model="filterTags"
@keypress="filterSearches(filterTags)"
@keyup="filterSearches(filterTags)"
class="rounded-md p-1 pl-8 text-black bg-neutral-500 placeholder:text-white"
/>