Cache simulation interactable enabled state on viewport host

This commit is contained in:
2026-04-27 16:07:28 +02:00
parent f9d247f235
commit 1880be4a83

View File

@@ -1091,6 +1091,7 @@ export class ViewportHost {
);
this.simulationSceneIdentityMismatchWarned = false;
this.simulationInteractableEnabledById.clear();
this.cacheSimulationInteractableEnabledState(runtimeScene);
this.applyWorld();
if (this.currentDocument === null) {