Branch: refs/heads/master
Home: https://github.com/cytoscape/cytoscape.js
Commit: 74f71693790d047260bc4caef49b4d5bf33a38de
https://github.com/cytoscape/cytoscape.js/commit/74f71693790d047260bc4caef49b4d5bf33a38de
Author: Max Franz <[email protected]>
Date: 2022-01-13 (Thu, 13 Jan 2022)
Changed paths:
M src/collection/dimensions/position.js
M src/extensions/renderer/base/load-listeners.js
Log Message:
-----------
Compound dragging amendments:
- Descendants should be added to the drag list via `addToDragList()`
- Remove extra checks (in only mouse event handler)
- No elements can be added to the drag list if locked or ungrabbable
- `node.shift()` removes compound descendants from being shifted, since
descendants are shifted recursively via `node.position()` -- expensive but
compound graphs are expensive anyway
Ref. : Drag is no more emitted for child nodes when the compound parent is
dragged #2944
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape.js/push/refs/heads/master/890f04-74f716%40github.com.