v 0.8.21b

This commit is contained in:
Azgaar 2019-05-10 22:38:05 +03:00
parent dc7ebd7491
commit 602a5283df
4 changed files with 8 additions and 13 deletions

View file

@ -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();