Skip to content

Commit

Permalink
Add todo for future use case
Browse files Browse the repository at this point in the history
  • Loading branch information
moOsama76 authored and Keavon committed Oct 13, 2024
1 parent 188ea80 commit ac49479
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ impl MessageHandler<GraphOperationMessage, GraphOperationMessageData<'_>> for Gr
input: NodeInput::node(merge_node, 0),
});
} else {
// TODO: this will need to be rethought when there are nodes that can receive artboard's output
responses.add(NodeGraphMessage::SetInput {
input_connector: InputConnector::Export(0),
input: NodeInput::node(merge_node, 0),
Expand Down

0 comments on commit ac49479

Please sign in to comment.