mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-11 11:30:07 +02:00
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