浏览代码

auto commit

master
jfinn 3 年前
父节点
当前提交
fd815d123c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/actions/actionCanvas.tsx

+ 1
- 1
src/actions/actionCanvas.tsx 查看文件

@@ -216,7 +216,7 @@ const zoomValueToFitBoundsOnViewport = (
216 216
     Math.floor(smallestZoomValue / ZOOM_STEP) * ZOOM_STEP;
217 217
   const clampedZoomValueToFitElements = Math.min(
218 218
     Math.max(zoomAdjustedToSteps, ZOOM_STEP),
219
-    1,
219
+    // 1,
220 220
   );
221 221
   return clampedZoomValueToFitElements as NormalizedZoomValue;
222 222
 };

正在加载...
取消
保存