Commit 41079718 authored by Jérome Perrin's avatar Jérome Perrin

Fix graph editor saving coordinates as properties of nodes

parent 1aca719e
......@@ -586,7 +586,8 @@
box,
absolute_position,
domElement;
// we don't save coordinates as properties of nodes
delete element.coordinate;
element.element_id = generateElementId(gadget.props.element);
if (!element.id) {
element.id = generateNodeId(gadget, element_type, option);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment