This commit is contained in:
Arnošt Pleskot 2023-07-10 19:59:48 +02:00
parent 6d165971fc
commit 71eb3023b2
No known key found for this signature in database

View File

@ -696,6 +696,13 @@ const ExcalidrawWrapper = () => {
/>
);
}}
scrollConstraints={{
x: 0,
y: 0,
width: 2560,
height: 1300,
opts: { lockZoom: true, viewportZoomFactor: 0.1 },
}}
>
<AppMainMenu
setCollabDialogShown={setCollabDialogShown}