-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Add tooltip to primary input to use node.reference #3203
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
Conversation
|
I would like to get descriptions of nodes in the tooltip, just like we have with the secondary inputs and outputs, but the node itself does not have a "Description" field, so that I'll leave for a follow on as it needs to populate descriptions for all the nodes, and add the field to metadata struct used in the frontend. |
|
It looks like your code adds a new tooltip, but the tooltip already exists and just needs to have the correct name shown. Currently it shows the user alias but not the node type with the existing tooltip. |
Interesting, it seems to behave differently in my local testing. I see the node ref/type in my tooltip. I know the tooltip exists, but does it exist in a parent container or something? I did not see it or could not find the tooltip to change. I'll look again. |
Change title of node (which is used by default for tooltips) to use reference when available, or displayName. This is needed for custom nodes.
124235a to
a42cad8
Compare
|
What was the commit that implemented this? I just want to see the right way to do it, as mine apparently wasn't. |
|
I believe here: #3436 |

Closes #3202