mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: file save timing out with big file sizes (#7649)
This commit is contained in:
parent
0c3dffb082
commit
d67eaa8710
2 changed files with 21 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue