Skip to content

Commit

Permalink
Merge branch 'signals_node_based_editor' of https://github.com/rodyda…
Browse files Browse the repository at this point in the history
…vis/signals.dart into signals_node_based_editor

# Conflicts:
#	packages/signals_node_based_editor/lib/src/graph.dart
  • Loading branch information
rodydavis committed Sep 22, 2024
2 parents 8840fb1 + 76d90ca commit ec38e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/signals_node_based_editor/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class _ExampleState extends State<Example> {
if (selected is NodeSelection<BaseNode>) {
graph.removeNode(selected.node);
}
if (selected is ConnectorSelection) {
if (selected is ConnectorSelection<BaseKnob>) {
graph.removeConnector(selected.input);
}
},
Expand Down

0 comments on commit ec38e47

Please sign in to comment.