mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v 0.8.21b
This commit is contained in:
parent
dc7ebd7491
commit
602a5283df
4 changed files with 8 additions and 13 deletions
|
|
@ -6,8 +6,6 @@ window.onbeforeunload = () => "Are you sure you want to navigate away?";
|
|||
|
||||
// fit full-screen map if window is resized
|
||||
$(window).resize(function(e) {
|
||||
// trick to prevent resize on download bar opening
|
||||
if (autoResize === false) return;
|
||||
mapWidthInput.value = window.innerWidth;
|
||||
mapHeightInput.value = window.innerHeight;
|
||||
changeMapSize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue