From 803e14ada1d048acd7410f0fa7afe5f4e75f178f Mon Sep 17 00:00:00 2001 From: dwelle Date: Wed, 2 Aug 2023 17:41:32 +0200 Subject: [PATCH] Revert "[debug]" This reverts commit 71eb3023b2fd267db44fc5d11c4fb6814b4206a6. --- src/excalidraw-app/index.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/excalidraw-app/index.tsx b/src/excalidraw-app/index.tsx index 18a74d10d..cd719e276 100644 --- a/src/excalidraw-app/index.tsx +++ b/src/excalidraw-app/index.tsx @@ -731,14 +731,6 @@ const ExcalidrawWrapper = () => { /> ); }} - scrollConstraints={{ - x: 0, - y: 0, - width: 2560, - height: 1300, - lockZoom: true, - viewportZoomFactor: 0.1, - }} >