Skip to content

Context menu on nodes within Group nodes not detecting node type #451

Open
@herronelou

Description

@herronelou
        # 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.

Version 0.6.38

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions