feat: set initial zoom to viewportZoomFactor when lockZoom is false
This commit is contained in:
@@ -736,7 +736,7 @@ const ExcalidrawWrapper = () => {
|
||||
y: 0,
|
||||
width: 2560,
|
||||
height: 1300,
|
||||
lockZoom: true,
|
||||
lockZoom: false,
|
||||
}}
|
||||
>
|
||||
<AppMainMenu
|
||||
|
||||
Reference in New Issue
Block a user