mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
allow to supply canvas offsets from upstream (#2271)
This commit is contained in:
parent
499a60309f
commit
72a3450c99
6 changed files with 140 additions and 101 deletions
|
@ -150,6 +150,8 @@ function ExcalidrawApp() {
|
|||
<Excalidraw
|
||||
width={dimensions.width}
|
||||
height={dimensions.height}
|
||||
offsetLeft={0}
|
||||
offsetTop={0}
|
||||
onChange={saveDebounced}
|
||||
initialData={initialState.data}
|
||||
user={initialState.user}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue