Sync terrain grid resize overlay when updating document

This commit is contained in:
2026-05-13 14:43:51 +02:00
parent bf93704f5c
commit ff5dc86645

View File

@@ -1756,6 +1756,8 @@ export class ViewportHost {
) {
this.rebuildPathJunctionMarkers(this.currentDocument, selection);
}
this.syncTerrainGridResizeOverlay();
}
updateDocument(document: SceneDocument) {