mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-14 17:54:47 +01:00
fix: file save timing out with big file sizes (#7649)
This commit is contained in:
@@ -76,7 +76,7 @@ export const fileOpen = <M extends boolean | undefined = false>(opts: {
|
||||
};
|
||||
|
||||
export const fileSave = (
|
||||
blob: Blob,
|
||||
blob: Blob | Promise<Blob>,
|
||||
opts: {
|
||||
/** supply without the extension */
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user