Forráskód Böngészése

decrease maxscale

AykutSarac 3 éve
szülő
commit
975dde2cff
1 módosított fájl, 1 hozzáadás és 1 törlés
  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}