v1.9.21
This commit is contained in:
parent
6d7a13e204
commit
680f852fb9
|
@ -37624,6 +37624,9 @@
|
||||||
if((this==ui.handcards1Container||this==ui.handcards2Container)&&!this.classList.contains('scrollh')){
|
if((this==ui.handcards1Container||this==ui.handcards2Container)&&!this.classList.contains('scrollh')){
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
}
|
}
|
||||||
|
else if(lib.device=='ios'&&this.scrollHeight<=this.offsetHeight+5&&this.scrollWidth<=this.offsetWidth+5){
|
||||||
|
e.preventDefault();
|
||||||
|
}
|
||||||
else{
|
else{
|
||||||
delete _status._swipeorigin;
|
delete _status._swipeorigin;
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|
Loading…
Reference in New Issue