bill 7 mesi fa
parent
commit
64efdf72ea
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/sdk/association/fuseMode.ts

+ 1 - 1
src/sdk/association/fuseMode.ts

@@ -196,7 +196,7 @@ export const activeModel = (status: {
 
   setTimeout(() => {
     if (status.showMode !== "pano" && model) {
-      model && model.changeSelect(true);
+      // model && model.changeSelect(true);
     }
   }, 35);