feat: pass scrollConstraints via props

This commit is contained in:
Arnošt Pleskot 2023-07-07 15:35:10 +02:00
parent 381ef93956
commit 19ba107041
No known key found for this signature in database
8 changed files with 21 additions and 6 deletions

View file

@ -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<