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>
|
||||
|
||||
{/* Ghost overlay during drag */}
|
||||
<DragOverlay>
|
||||
<DragOverlay dropAnimation={null}>
|
||||
{isDraggingToken ? (
|
||||
<div
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user