From 1044d09f3af5966b2afd1b5fa0f79ddb8d8202d9 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Wed, 27 Aug 2025 10:50:31 +0200 Subject: [PATCH] feature(searchbar input focus): when clicking on the magnifying glass next to the searchbar, the input field of the searchbar is focused --- public/js/components/searchbar/searchbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/components/searchbar/searchbar.js b/public/js/components/searchbar/searchbar.js index 56fba15c6..d56c74b85 100644 --- a/public/js/components/searchbar/searchbar.js +++ b/public/js/components/searchbar/searchbar.js @@ -87,7 +87,7 @@ export default { class="h-100 input-group me-2 searchbar_searchbox" :class="showresult ? 'open' : 'closed'" > - +