Merge remote-tracking branch 'origin/master' into updatescene-name

This commit is contained in:
Aakansha Doshi
2021-03-20 13:43:01 +05:30
6 changed files with 53 additions and 73 deletions

View File

@@ -162,10 +162,6 @@ export type ExcalidrawAPIRefValue =
export interface ExcalidrawProps {
width?: number;
height?: number;
/** if not supplied, calculated by Excalidraw */
offsetLeft?: number;
/** if not supplied, calculated by Excalidraw */
offsetTop?: number;
onChange?: (
elements: readonly ExcalidrawElement[],
appState: AppState,