Browse Source

decrease maxscale

AykutSarac 3 years ago
parent
commit
975dde2cff
1 changed files with 1 additions and 1 deletions
  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}