mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
v1.5.24 - don't append link on save
This commit is contained in:
parent
c874c74a72
commit
e4e40fab49
4 changed files with 0 additions and 8 deletions
|
|
@ -1311,7 +1311,6 @@ function editHeightmap() {
|
|||
const link = document.createElement("a");
|
||||
link.download = getFileName("Heightmap") + ".png";
|
||||
link.href = imgBig;
|
||||
document.body.appendChild(link);
|
||||
link.click();
|
||||
canvas.remove();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue