Browse Source

increase canvas ratio for change watch

AykutSarac 2 years ago
parent
commit
2c53a3af64
1 changed files with 1 additions and 1 deletions
  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();
             });
           });
         });