Skip to content

Commit 60c001a

Browse files
committed
Fix pen tool offset
1 parent f08d098 commit 60c001a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/src/node_graph_executor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ impl NodeGraphExecutor {
290290
} else {
291291
self.process_node_graph_output(node_graph_output, transform, responses)?
292292
}
293-
responses.add_front(DeferMessage::TriggerGraphRun(execution_id, execution_context.document_id));
293+
responses.add(DeferMessage::TriggerGraphRun(execution_id, execution_context.document_id));
294294

295295
// Update the spreadsheet on the frontend using the value of the inspect result.
296296
if self.old_inspect_node.is_some() {

0 commit comments

Comments
 (0)