Fix graph not being resent after Ctrl+D node duplication (#1852)

Update node graph after node duplication
This commit is contained in:
Dennis Kobert 2024-07-24 00:53:35 +02:00 committed by GitHub
parent 3a591dac6a
commit 0893ac49a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ impl<'a> MessageHandler<NodeGraphMessage, NodeGraphHandlerData<'a>> for NodeGrap
}
self.update_selected(document_network, selected_nodes, responses);
responses.add(NodeGraphMessage::SendGraph);
}
}
NodeGraphMessage::EnforceLayerHasNoMultiParams { node_id } => {