decrease maxscale

This commit is contained in:
AykutSarac 2022-04-08 23:39:28 +03:00
parent 03647216bc
commit 975dde2cff

View File

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