feat: 메인화면의 도시정보를 500px, 700px 가변

This commit is contained in:
2021-11-28 22:22:52 +09:00
parent 526fa11c20
commit 897997b8ac
3 changed files with 224 additions and 151 deletions
+1 -1
View File
@@ -537,7 +537,7 @@ export async function reloadWorldMap(option: loadMapOption, drawTarget = '.world
});
$objs.on('touchend', function (e) {
$objs.on('touchend', function () {
if (window.sam_toggleSingleTap) {
return true;
}