fix: move transition duration of DrawerContent wrapper to outside
This commit is contained in:
parent
9573fd1e1a
commit
0e73321c3a
@ -309,7 +309,7 @@ const DrawerContent = forwardRef<HTMLDivElement, DrawerContentProps>(
|
||||
...variantProps,
|
||||
opened: true,
|
||||
className: dragState.isDragging
|
||||
? "transition-[width_0ms]"
|
||||
? "transition-[width] duration-0"
|
||||
: variantProps.className,
|
||||
})}
|
||||
style={
|
||||
|
Loading…
x
Reference in New Issue
Block a user