-
-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group nodes container resize issue #886
Comments
@jerosoler - Please update on it. |
The default library does not allow node groups or resizing. In any case, please provide an example where you can reproduce the problem. |
This is code for group node editor.on("mouseMove", ({x,y}) => {
}) editor.on("nodeMoved", (id) => { function removeOfGroupNode(id) { console.log('group',id); |
Above is the code |
The code above is not a reproducible example. |
Hi,
While resizing the node, attached line not moving with it. As following
The text was updated successfully, but these errors were encountered: