스마트폰이더라도 neutralView(도시선택모드)에서는 두번선택 해제

This commit is contained in:
2019-05-01 02:21:06 +09:00
parent 1a9e6f3b1a
commit 3e752461e8
+1 -1
View File
@@ -385,7 +385,7 @@ function reloadWorldMap(option){
//터치스크린 탭
if(is_touch_device()){
if(!option.neutralView && is_touch_device()){
$objs.on('touchstart', function(e){
if(window.sam_toggleSingleTap){
return true;