Explorar el Código

decrease maxscale

AykutSarac hace 3 años
padre
commit
975dde2cff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/containers/LiveEditor/index.tsx

+ 1 - 1
src/containers/LiveEditor/index.tsx

@@ -74,7 +74,7 @@ export const LiveEditor: React.FC = React.memo(() => {
       <StyledLiveEditor>
         <StyledEditorWrapper>
           <TransformWrapper
-            maxScale={2}
+            maxScale={1.8}
             minScale={0.4}
             initialScale={0.8}
             ref={wrapperRef}