Fix node graph export sometimes not sticking to right edge of graph (#3852)

fix : Canvas Label Positioning in Node Graph
This commit is contained in:
Jatin Bharti 2026-03-10 16:12:51 +05:30 committed by GitHub
parent 2910e50b2f
commit b1933e3bcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -589,6 +589,7 @@ impl MessageHandler<DocumentMessage, DocumentMessageContext<'_>> for DocumentMes
responses.add(DocumentMessage::RenderScrollbars);
if opened {
responses.add(NodeGraphMessage::UnloadWires);
responses.add(NodeGraphMessage::UpdateNodeGraphWidth);
}
if open {
responses.add(ToolMessage::DeactivateTools);