perf: use UIAppState where possible to reduce UI rerenders (#6560)
This commit is contained in:
@@ -284,7 +284,7 @@ export const loadScene = async (
|
||||
|
||||
export const exportToBackend = async (
|
||||
elements: readonly ExcalidrawElement[],
|
||||
appState: AppState,
|
||||
appState: Partial<AppState>,
|
||||
files: BinaryFiles,
|
||||
) => {
|
||||
const encryptionKey = await generateEncryptionKey("string");
|
||||
|
||||
Reference in New Issue
Block a user