touchwipe 이벤트 threshod 값 변경
This commit is contained in:
@ -118,7 +118,7 @@ $(function() {
|
||||
wipeDown: function() {
|
||||
$("#info_top_layer").floatTopMenu("hide");
|
||||
},
|
||||
min_move_y: 5,
|
||||
min_move_y: 20,
|
||||
preventDefaultEvents: false
|
||||
});
|
||||
|
||||
|
||||
@ -492,7 +492,7 @@ $(function(){
|
||||
$("#form_btn_layer").floatBottomMenu("hide");
|
||||
},
|
||||
min_move_x: 20,
|
||||
min_move_y: 5,
|
||||
min_move_y: 20,
|
||||
preventDefaultEvents: false
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user