Skip to content

Commit

Permalink
Merge pull request #2 from ada-x64/node_menu
Browse files Browse the repository at this point in the history
show node menu
  • Loading branch information
attackgoat authored Mar 6, 2025
2 parents 452dd7e + ef38f87 commit fa24ddd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3160,4 +3160,8 @@ impl<'a> SnarlViewer<NoiseNode> for Viewer<'a> {
ui.close_menu();
}
}

fn has_node_menu(&mut self, _node: &NoiseNode) -> bool {
true
}
}

0 comments on commit fa24ddd

Please sign in to comment.