feat: set initial zoom to viewportZoomFactor when lockZoom is false

This commit is contained in:
Arnošt Pleskot
2023-09-03 23:47:48 +02:00
parent 806b1e9705
commit f8ba862774
2 changed files with 22 additions and 24 deletions
+1 -1
View File
@@ -736,7 +736,7 @@ const ExcalidrawWrapper = () => {
y: 0,
width: 2560,
height: 1300,
lockZoom: true,
lockZoom: false,
}}
>
<AppMainMenu