Skip to content

Commit b1933e3

Browse files
Fix node graph export sometimes not sticking to right edge of graph (#3852)
fix : Canvas Label Positioning in Node Graph
1 parent 2910e50 commit b1933e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/src/messages/portfolio/document/document_message_handler.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ impl MessageHandler<DocumentMessage, DocumentMessageContext<'_>> for DocumentMes
589589
responses.add(DocumentMessage::RenderScrollbars);
590590
if opened {
591591
responses.add(NodeGraphMessage::UnloadWires);
592+
responses.add(NodeGraphMessage::UpdateNodeGraphWidth);
592593
}
593594
if open {
594595
responses.add(ToolMessage::DeactivateTools);

0 commit comments

Comments
 (0)