Skip to content

Commit 5e3be8f

Browse files
MarmadileManteaterChunkyProgrammer
authored andcommitted
Fix search not working on mobile because of undefined ref (FreeTubeApp#6706)
* Fix search not working because of undefined ref * Add back missing ref * move ref to correct spot --------- Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>
1 parent 9362841 commit 5e3be8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/components/top-nav/top-nav.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<div
8585
v-if="!hideSearchBar"
8686
v-show="showSearchContainer"
87+
ref="searchContainer"
8788
class="searchContainer"
8889
>
8990
<ft-input

0 commit comments

Comments
 (0)