mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: reintroduce .excalidraw.png
default when embedding scene (#8979)
This commit is contained in:
parent
12c39d1034
commit
f2f8219917
1 changed files with 1 additions and 3 deletions
|
@ -170,9 +170,7 @@ export const exportCanvas = async (
|
|||
return fileSave(blob, {
|
||||
description: "Export to PNG",
|
||||
name,
|
||||
// FIXME reintroduce `excalidraw.png` when most people upgrade away
|
||||
// from 111.0.5563.64 (arm64), see #6349
|
||||
extension: /* appState.exportEmbedScene ? "excalidraw.png" : */ "png",
|
||||
extension: appState.exportEmbedScene ? "excalidraw.png" : "png",
|
||||
mimeTypes: [IMAGE_MIME_TYPES.png],
|
||||
fileHandle,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue