Branch: refs/heads/unstable Home: https://github.com/cytoscape/cytoscape.js Commit: f639e744411e6f5c7c9e6b02b9f03f95c8f60d06 https://github.com/cytoscape/cytoscape.js/commit/f639e744411e6f5c7c9e6b02b9f03f95c8f60d06 Author: Max Franz <maxkfr...@gmail.com> Date: 2020-04-09 (Thu, 09 Apr 2020)
Changed paths: M src/collection/index.js M test/core-graph-manipulation.js Log Message: ----------- `ele.json({ data })` modifies the parent only if the `parent` key is defined in `data` - `ele.json({ data: { parent: null } })` : remove parent - `ele.json({ data: { parent: undefined } })` : remove parent - `ele.json({ data: { } })` : no change w.r.t. parent (no parent key) Ref #2653 -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To unsubscribe from this group and stop receiving emails from it, send an email to cytoscape-cvs+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape.js/push/refs/heads/unstable/7328ff-f639e7%40github.com.