소스 검색

remove center on init

AykutSarac 2 년 전
부모
커밋
430ca7e14c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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={{