We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08d098 commit 60c001aCopy full SHA for 60c001a
editor/src/node_graph_executor.rs
@@ -290,7 +290,7 @@ impl NodeGraphExecutor {
290
} else {
291
self.process_node_graph_output(node_graph_output, transform, responses)?
292
}
293
- responses.add_front(DeferMessage::TriggerGraphRun(execution_id, execution_context.document_id));
+ responses.add(DeferMessage::TriggerGraphRun(execution_id, execution_context.document_id));
294
295
// Update the spreadsheet on the frontend using the value of the inspect result.
296
if self.old_inspect_node.is_some() {
0 commit comments