스마트폰이더라도 neutralView(도시선택모드)에서는 두번선택 해제
This commit is contained in:
+1
-1
@@ -385,7 +385,7 @@ function reloadWorldMap(option){
|
|||||||
|
|
||||||
//터치스크린 탭
|
//터치스크린 탭
|
||||||
|
|
||||||
if(is_touch_device()){
|
if(!option.neutralView && is_touch_device()){
|
||||||
$objs.on('touchstart', function(e){
|
$objs.on('touchstart', function(e){
|
||||||
if(window.sam_toggleSingleTap){
|
if(window.sam_toggleSingleTap){
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user