Procházet zdrojové kódy

remove center on init

AykutSarac před 2 roky
rodič
revize
430ca7e14c
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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={{