From 0e73321c3ad750174eb888df4ae7ee4ba739baab Mon Sep 17 00:00:00 2001 From: p-sw Date: Thu, 4 Jul 2024 18:17:26 +0900 Subject: [PATCH] fix: move transition duration of DrawerContent wrapper to outside --- packages/react/components/Drawer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/components/Drawer.tsx b/packages/react/components/Drawer.tsx index 5828204..82fff7a 100644 --- a/packages/react/components/Drawer.tsx +++ b/packages/react/components/Drawer.tsx @@ -309,7 +309,7 @@ const DrawerContent = forwardRef( ...variantProps, opened: true, className: dragState.isDragging - ? "transition-[width_0ms]" + ? "transition-[width] duration-0" : variantProps.className, })} style={