Skip to content

Commit 36d533a

Browse files
Fix search not working on mobile because of undefined ref (#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 f1030e9 commit 36d533a

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)