fix(05-04): disable DragOverlay drop animation to eliminate snap-back
This commit is contained in:
@@ -339,7 +339,7 @@ export function FieldPlacer({ docId, pageInfo, currentPage, children }: FieldPla
|
|||||||
</DroppableZone>
|
</DroppableZone>
|
||||||
|
|
||||||
{/* Ghost overlay during drag */}
|
{/* Ghost overlay during drag */}
|
||||||
<DragOverlay>
|
<DragOverlay dropAnimation={null}>
|
||||||
{isDraggingToken ? (
|
{isDraggingToken ? (
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
Reference in New Issue
Block a user