ComfyUI_frontend
ComfyUI_frontend copied to clipboard
[Feature Request]: groups inside groups should be dragged
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
If I drag a group, all the nodes in it move with it. But if there is another group within in, the internal group doesn't move.
That makes it hard to have nested groups (which is useful for using the group bypass), because when you move the main group, the subgrouping gets broken.
Could be considered with #645 (but not the same issue)
Proposed workflow
When a group is dragged, not only are all nodes that are part of that group moved with it, but all groups that overlap with it.
Example:
Current behaviour, if I drag the outer group down, is:
Ideally it would be this:
Additional information
No response