add history.shouldCreateEntry resolver (#1622)
This commit is contained in:
@ -6,6 +6,7 @@ export type ActionResult = {
|
||||
elements?: readonly ExcalidrawElement[] | null;
|
||||
appState?: AppState | null;
|
||||
commitToHistory: boolean;
|
||||
syncHistory?: boolean;
|
||||
};
|
||||
|
||||
type ActionFn = (
|
||||
|
Reference in New Issue
Block a user