Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user