You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# get the nodes menu.nodes_menu=graph.get_context_menu('nodes')
# here we add override the context menu for "MyGroupNode".nodes_menu.add_command('Expand Group',
func=expand_group_node,
node_type='MyGroupNode')
Right clicking on a group node within the root level graph shows the expand command as expected, but in a nested Group, it doesn't.