Remove image type description when saving to png (#566)
The description is the name of the file type in the dialog. This shouldn't be Excalidraw but the default one for a png.
This commit is contained in:
parent
e1ed40be65
commit
3e381b75cb
@ -227,7 +227,6 @@ export async function exportCanvas(
|
|||||||
if (blob) {
|
if (blob) {
|
||||||
await fileSave(blob, {
|
await fileSave(blob, {
|
||||||
fileName: fileName,
|
fileName: fileName,
|
||||||
description: "Excalidraw image",
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user