From 1880be4a83e5b709f33c2c6666b855240b3fbdf9 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 27 Apr 2026 16:07:28 +0200 Subject: [PATCH] Cache simulation interactable enabled state on viewport host --- src/viewport-three/viewport-host.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/viewport-three/viewport-host.ts b/src/viewport-three/viewport-host.ts index 644f9a2c..05dde68c 100644 --- a/src/viewport-three/viewport-host.ts +++ b/src/viewport-three/viewport-host.ts @@ -1091,6 +1091,7 @@ export class ViewportHost { ); this.simulationSceneIdentityMismatchWarned = false; this.simulationInteractableEnabledById.clear(); + this.cacheSimulationInteractableEnabledState(runtimeScene); this.applyWorld(); if (this.currentDocument === null) {