From 1b00bf2d26f8cdd5bf27e7022c49967978d971a7 Mon Sep 17 00:00:00 2001 From: forgejo-backport-action Date: Fri, 31 Jan 2025 10:40:23 +0000 Subject: [PATCH] [v10.0/forgejo] fix: Remove autofocus on the dashboard repository search box (#6748) - No longer autofocus on the searchbox for the repository list that is on the dashboard. There is no justification for doing so. - Fixes #6653 Co-authored-by: forgejo-backport-action Co-committed-by: forgejo-backport-action --- web_src/js/components/DashboardRepoList.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web_src/js/components/DashboardRepoList.vue b/web_src/js/components/DashboardRepoList.vue index 007891a39f..0d8396b6f3 100644 --- a/web_src/js/components/DashboardRepoList.vue +++ b/web_src/js/components/DashboardRepoList.vue @@ -1,5 +1,5 @@