Parcourir la source

remove center on init

AykutSarac il y a 2 ans
Parent
commit
430ca7e14c
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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}
         wheel={wheelOptions}
         onInit={onInit}
-        centerOnInit
       >
         <TransformComponent
           wrapperStyle={{