mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
parent
68bdfaefbe
commit
b2822f3538
7 changed files with 33 additions and 18 deletions
|
@ -33,6 +33,7 @@ export const saveAsJSON = async (
|
|||
type: "application/json",
|
||||
});
|
||||
const name = `${appState.name}.excalidraw`;
|
||||
// TODO: Make this part of `AppState`.
|
||||
(window as any).handle = await fileSave(
|
||||
blob,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue