mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
fix: add dropAnimation prop to DragOverlay in DndProvider
This commit is contained in:
parent
0451a987f9
commit
dc4dd22b93
@ -67,7 +67,7 @@ export const DndProvider: FC<DndContextProps> = ({ children, ...restProps }) =>
|
|||||||
{...restProps}
|
{...restProps}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
<DragOverlay>
|
<DragOverlay dropAnimation={null}>
|
||||||
{activeId && (
|
{activeId && (
|
||||||
<span
|
<span
|
||||||
style={{
|
style={{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user