Closed chiayenhung closed 3 years ago
Issue: when using layoutEngine, updating nodes location (dragging nodes) will call layoutEngineAdjustNodes before returning onUpdateNode, which will mutate updating node location so the x and y for the updating node always returning the same values
layoutEngine
layoutEngineAdjustNodes
onUpdateNode
x
y
Issue: when using
layoutEngine
, updating nodes location (dragging nodes) will calllayoutEngineAdjustNodes
before returningonUpdateNode
, which will mutate updating node location so thex
andy
for the updating node always returning the same values