bill 7 mesiacov pred
rodič
commit
64efdf72ea
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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);