浏览代码

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() {