From b9a7b08281da5246f4db072151f6656fd129e9aa Mon Sep 17 00:00:00 2001 From: Draconizations Date: Thu, 19 May 2022 21:38:53 +0200 Subject: [PATCH] fix(dashboard): make dropdowns keyboard navigable --- dashboard/src/lib/Navigation.svelte | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/dashboard/src/lib/Navigation.svelte b/dashboard/src/lib/Navigation.svelte index 0441ac43..a2d8cbc1 100644 --- a/dashboard/src/lib/Navigation.svelte +++ b/dashboard/src/lib/Navigation.svelte @@ -29,7 +29,7 @@ import { get } from 'svelte/store'; - \ No newline at end of file + + + \ No newline at end of file