From fc6aa1f91fe437b08dbafac54674fbe55520e055 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Thu, 29 Dec 2022 00:09:22 +0100 Subject: [PATCH] Fix keyboard navigation in library selection This patch fixes the keyboard navigation in the library selection of the main app bar. Without this patch, no options are selectable via keyboard and selecting an option and hitting return has no effect. --- client/components/ui/LibrariesDropdown.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/ui/LibrariesDropdown.vue b/client/components/ui/LibrariesDropdown.vue index a14d1c93..0793b61a 100644 --- a/client/components/ui/LibrariesDropdown.vue +++ b/client/components/ui/LibrariesDropdown.vue @@ -10,7 +10,7 @@