Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-21 16:52:30 +00:00
parent 2e45153b8f
commit 7e30722c2a
+1
View File
@@ -759,6 +759,7 @@ function VisibilityApplier() {
useEffect(() => {
const st = useModelStore.getState();
const { hiddenElementKeys, isolatedElementKeys, selectedElementKeys } = st;
let touched = 0, highlighted = 0;
scene.traverse((root) => {
const modelId = root.userData?.modelId as string | undefined;