mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
parent
084aff2bf3
commit
36980160ae
13 changed files with 605 additions and 0 deletions
|
@ -24,6 +24,7 @@ const clearAppStatePropertiesForHistory = (appState: AppState) => {
|
|||
viewBackgroundColor: appState.viewBackgroundColor,
|
||||
editingLinearElement: appState.editingLinearElement,
|
||||
editingGroupId: appState.editingGroupId,
|
||||
name: appState.name,
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue