add history.shouldCreateEntry resolver (#1622)

This commit is contained in:
David Luzar
2020-05-23 07:26:59 +02:00
committed by GitHub
parent 22f7945c70
commit d2ae18995c
11 changed files with 1349 additions and 3449 deletions

View File

@ -6,6 +6,7 @@ export type ActionResult = {
elements?: readonly ExcalidrawElement[] | null;
appState?: AppState | null;
commitToHistory: boolean;
syncHistory?: boolean;
};
type ActionFn = (