chore: Don't bundle #6050 or #5511.

This commit is contained in:
Daniel J. Geiger
2023-09-01 14:30:52 -05:00
parent 23eb08088e
commit 4e4802b19e
6 changed files with 18 additions and 114 deletions
+1 -3
View File
@@ -234,7 +234,7 @@ const initializeScene = async (opts: {
...restoreAppState(
{
...scene?.appState,
...localDataState?.appState,
theme: localDataState?.appState?.theme || scene?.appState?.theme,
},
excalidrawAPI.getAppState(),
),
@@ -590,8 +590,6 @@ const ExcalidrawWrapper = () => {
}
}
});
} else {
LocalData.saveAppState(appState);
}
};