allow to supply canvas offsets from upstream (#2271)
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user