From 3c9613a179ae8e0c7b08dae1884218ef475fa2b9 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Sat, 6 Jun 2026 18:36:33 +0800 Subject: [PATCH] fix: remove animations from CommandDialog content for improved performance --- src/components/ui/command.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/command.tsx b/src/components/ui/command.tsx index 4d81e16..0ce02c6 100644 --- a/src/components/ui/command.tsx +++ b/src/components/ui/command.tsx @@ -26,7 +26,7 @@ const CommandDialog = ({ children, ...props }: DialogProps) => { return ( - + {children}