diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 0c90e9d1..352c33b1 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -17,6 +17,7 @@ class="input !w-72 !h-10" type="text" role="search" + ref="videoSearch" :title="$t('actions.search')" :placeholder="$t('actions.search')" @keyup="onKeyUp" @@ -72,7 +73,7 @@ +