Browse Source

remove center on init

AykutSarac 2 years ago
parent
commit
430ca7e14c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/Graph/index.tsx

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

@@ -100,7 +100,6 @@ export const Graph: React.FC<GraphProps & CanvasContainerProps> = ({
         initialScale={0.7}
         initialScale={0.7}
         wheel={wheelOptions}
         wheel={wheelOptions}
         onInit={onInit}
         onInit={onInit}
-        centerOnInit
       >
       >
         <TransformComponent
         <TransformComponent
           wrapperStyle={{
           wrapperStyle={{