Skip to content

Conversation

@IceDust
Copy link

@IceDust IceDust commented Jun 30, 2021

Support Remove dynamic port
Support Rename dynamic port

});
contextMenu.AddItem(new GUIContent($"Rename({hoveredPort.fieldName})"), false, () => {
TextInputPopup dlg = TextInputPopup.Show(hoveredPort.fieldName, "Rename Port", "Port Name");
dlg.onAfterClose += () => {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think about unsubscribe?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants