|
@@ -89,7 +89,9 @@ export const exportCanvas = async (
|
|
|
return await fileSave(blob, {
|
|
|
description: "Export to PNG",
|
|
|
name,
|
|
|
- extension: appState.exportEmbedScene ? "excalidraw.png" : "png",
|
|
|
+
|
|
|
+
|
|
|
+ extension: "png",
|
|
|
fileHandle,
|
|
|
});
|
|
|
} else if (type === "clipboard") {
|