Forráskód Böngészése

increase canvas ratio for change watch

AykutSarac 2 éve
szülő
commit
2c53a3af64
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/components/Graph/index.tsx

+ 1 - 1
src/components/Graph/index.tsx

@@ -81,7 +81,7 @@ const GraphComponent = ({ isWidget = false, openModal, setSelectedNode }: GraphP
           setTimeout(() => {
             setLoading(false);
             setTimeout(() => {
-              if (changeRatio > 65 || isWidget) centerView();
+              if (changeRatio > 70 || isWidget) centerView();
             });
           });
         });