ソースを参照

decrease zoom step

AykutSarac 3 年 前
コミット
c298b408d6
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/containers/LiveEditor/index.tsx

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

@@ -38,7 +38,7 @@ const StyledControls = styled.div`
 `;
 
 const wheelOptions = {
-  step: 0.4,
+  step: 0.05,
 };
 
 export const LiveEditor: React.FC = React.memo(function LiveEditor() {