-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Pinning / Unpinning multiple nodes at the same time doesn't work #4863
Comments
Multiple unpin doesn't work, we should also be able to collapse if pinned, just like before. |
So I came here first to post a request about missing node color and BG options since the new frontend update, and I just found the solution, this is also fixing the Pin issue ,) How many things this will fix I don't know yet but hey, I just removed this argument from the launcher, "--front-end-version Comfy-Org/ComfyUI_frontend@latest" thats it! I guess we read too well the documentations ,) I hope this will help |
That could be a workaround if it's something you need urgently. |
Also now that the "lock" function was replaced by the "pinned" one.
A visual indicator of a "pinned" node would be nice for fast visual confirmation. |
Press "p" should pin/unpin all selected nodes. |
@huchenlei Thanks for the advice. I think it doesn't make sense to show the context menu for one item, when you have multiple selected. |
Expected Behavior
When having multiple nodes selected, I expect to be able to pin and unpin several nodes.
Additionally, pinning is not visible in the editor. It should, similar to LOCKING have a PIN-icon to make this state clear to the user.
It can be very frustrating to get a workflow where you can't move stuff around, but you don't understand why.
Actual Behavior
Selecting multiple nodes and pinning/unpinning only pins/unpins the node that you right-clicked on.
Steps to Reproduce
Open default workflow
CTRL + A to select all nodes
Right-click on a node
Select Pin from the list
Only the node you right-clicked on is pinned.
Debug Logs
Other
I understand this may not be intended behavior, since the "Pin" is an option on the context menu of the node you selected.
It's possible that not all nodes or things in the UI support pinning.
But I believe this is not a good behavior.
Pinning, like Grouping, is a general behavior, and should not be node-specific.
Or rather:
When you have multiple things selected, the list should only show things that are available to be done on everything that you have selected.
The text was updated successfully, but these errors were encountered: