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 10:42:51 +00:00
committed by GitHub
parent 2910e50b2f
commit b1933e3bcb
@@ -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);