From 4f56921096f5885cdab8b7cb5c5aa01304188e11 Mon Sep 17 00:00:00 2001 From: Sylvain Marroufin Date: Mon, 9 Jan 2023 18:23:07 +0100 Subject: [PATCH] fix(CommandPalette): select first item on search changes (#126) --- src/runtime/components/navigation/CommandPalette.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/runtime/components/navigation/CommandPalette.vue b/src/runtime/components/navigation/CommandPalette.vue index 076cced5..0d139674 100644 --- a/src/runtime/components/navigation/CommandPalette.vue +++ b/src/runtime/components/navigation/CommandPalette.vue @@ -41,7 +41,7 @@