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,
|
...variantProps,
|
||||||
opened: true,
|
opened: true,
|
||||||
className: dragState.isDragging
|
className: dragState.isDragging
|
||||||
? "transition-[width_0ms]"
|
? "transition-[width] duration-0"
|
||||||
: variantProps.className,
|
: variantProps.className,
|
||||||
})}
|
})}
|
||||||
style={
|
style={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user