mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
This reverts commit a118bed82f
.
This commit is contained in:
parent
1f375522d6
commit
ff93d95998
4 changed files with 10 additions and 41 deletions
|
@ -330,6 +330,7 @@ export const exportCanvas = async (
|
|||
shouldAddWatermark,
|
||||
});
|
||||
tempCanvas.style.display = "none";
|
||||
document.body.appendChild(tempCanvas);
|
||||
|
||||
if (type === "png") {
|
||||
const fileName = `${name}.png`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue