mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: pass scrollConstraints via props
This commit is contained in:
parent
381ef93956
commit
19ba107041
8 changed files with 21 additions and 6 deletions
|
@ -45,7 +45,7 @@ import { normalizeLink } from "./url";
|
|||
|
||||
type RestoredAppState = Omit<
|
||||
AppState,
|
||||
"offsetTop" | "offsetLeft" | "width" | "height"
|
||||
"offsetTop" | "offsetLeft" | "width" | "height" | "scrollConstraints"
|
||||
>;
|
||||
|
||||
export const AllowedExcalidrawActiveTools: Record<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue