From 11f475cf6e5bd0d227a8dfcc3cd49bf2e10a1bac Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Wed, 3 Sep 2025 16:24:53 +0200 Subject: [PATCH] feat: remove keyboard shortcut display for 'meta' key in CommandPalette for cleaner UI --- app/components/chat/CommandPalette.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/components/chat/CommandPalette.vue b/app/components/chat/CommandPalette.vue index 4b1470e..6b65a3d 100644 --- a/app/components/chat/CommandPalette.vue +++ b/app/components/chat/CommandPalette.vue @@ -82,7 +82,6 @@ const commandPaletteUi = { > @@ -93,7 +92,7 @@ const commandPaletteUi = { close :ui="commandPaletteUi" :groups="messages" - autofocus="false" + :autofocus="false" icon="i-ph-paper-plane-tilt-duotone" :placeholder="t('palette.cmd.placeholder')" @update:model-value="onSelect"