From 91c2b17cd6c453092563e439fddbddad05f87e2c Mon Sep 17 00:00:00 2001 From: Hyunchul Kim Date: Sun, 12 Sep 2021 12:06:16 +0900 Subject: [PATCH] Minor fixes --- test_data/src/scripts/physicsLayout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_data/src/scripts/physicsLayout.js b/test_data/src/scripts/physicsLayout.js index fae7824..ea600fb 100644 --- a/test_data/src/scripts/physicsLayout.js +++ b/test_data/src/scripts/physicsLayout.js @@ -62,7 +62,7 @@ var initY = 0; let yScalar = 1; if (window.innerWidth < 800) { - if (isZoomed) { + if (window.sessionStorage.getItem('isZoom') == 'true') { yScalar = 4; } else { yScalar = 2;