mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-11 19:40:08 +02:00
[debug]
This commit is contained in:
@@ -696,6 +696,13 @@ const ExcalidrawWrapper = () => {
|
|||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}}
|
}}
|
||||||
|
scrollConstraints={{
|
||||||
|
x: 0,
|
||||||
|
y: 0,
|
||||||
|
width: 2560,
|
||||||
|
height: 1300,
|
||||||
|
opts: { lockZoom: true, viewportZoomFactor: 0.1 },
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<AppMainMenu
|
<AppMainMenu
|
||||||
setCollabDialogShown={setCollabDialogShown}
|
setCollabDialogShown={setCollabDialogShown}
|
||||||
|
Reference in New Issue
Block a user