I need to create a house design like web application, so I need put a background image of house in div, then put some moveable node with image on it, to display as bed, desk and so on, and they can move optionally.
But when the mouse not point on the node, instead of point on other div space, click and move, all the node will move, and my div background image will not move together, I use the coordinate to locate the node, if I move all the node, the node coordinate will not matched to the background image.
Diagram has a Property allowMove, but it’s only for node, not for all node move.
So my problem is, how to invalid this all node move, or I can setting a background image which can move with all node.