From 84afababa5b368cc3d339f86929920b90b5c96a2 Mon Sep 17 00:00:00 2001 From: zernonia Date: Mon, 5 Feb 2024 16:29:55 +0800 Subject: [PATCH] fix: escape key not closing combobox --- apps/www/src/lib/registry/default/ui/command/CommandList.vue | 2 +- apps/www/src/lib/registry/new-york/ui/command/CommandList.vue | 2 +- apps/www/src/public/registry/styles/default/command.json | 2 +- apps/www/src/public/registry/styles/new-york/command.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/www/src/lib/registry/default/ui/command/CommandList.vue b/apps/www/src/lib/registry/default/ui/command/CommandList.vue index 710d0bc5..2184bd3a 100644 --- a/apps/www/src/lib/registry/default/ui/command/CommandList.vue +++ b/apps/www/src/lib/registry/default/ui/command/CommandList.vue @@ -17,7 +17,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits)