From db508b218f5277b2522566f790bd268eae2ee1e5 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 8 Dec 2023 15:28:53 +0100 Subject: [PATCH] fix(CommandPalette): improve performances and avoid multiple recompute --- .../components/navigation/CommandPalette.vue | 86 ++++++++++--------- 1 file changed, 47 insertions(+), 39 deletions(-) diff --git a/src/runtime/components/navigation/CommandPalette.vue b/src/runtime/components/navigation/CommandPalette.vue index 2d742249..93d84dfe 100644 --- a/src/runtime/components/navigation/CommandPalette.vue +++ b/src/runtime/components/navigation/CommandPalette.vue @@ -62,7 +62,7 @@