This commit is contained in:
parent
3a3269053c
commit
68bf985ea7
|
@ -23788,7 +23788,6 @@
|
||||||
_status.dialogtouched=false;
|
_status.dialogtouched=false;
|
||||||
dialogtouched=true;
|
dialogtouched=true;
|
||||||
}
|
}
|
||||||
if(!_status.event.parent) return;
|
|
||||||
if(_status.dragged) return;
|
if(_status.dragged) return;
|
||||||
if(_status.touchpopping) return;
|
if(_status.touchpopping) return;
|
||||||
if(_status.reloading) return;
|
if(_status.reloading) return;
|
||||||
|
@ -23796,6 +23795,7 @@
|
||||||
_status.clicked=false;
|
_status.clicked=false;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
if(!_status.event.isMine) return;
|
||||||
if(ui.controls.length){
|
if(ui.controls.length){
|
||||||
ui.updatec();
|
ui.updatec();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue