Skip to content

Commit 7daee21

Browse files
committed
Populate graph UI when loading autosave
1 parent 32ba8b3 commit 7daee21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/src/messages/portfolio/portfolio_message_handler.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ impl PortfolioMessageHandler {
663663
responses.add(DocumentMessage::DocumentStructureChanged);
664664
responses.add(PropertiesPanelMessage::ClearSelection);
665665
responses.add(PropertiesPanelMessage::UpdateSelectedDocumentProperties);
666+
responses.add(NodeGraphMessage::UpdateNewNodeGraph);
666667
}
667668

668669
/// Returns an iterator over the open documents in order.

0 commit comments

Comments
 (0)