删除部分无用代码

This commit is contained in:
unanmed 2023-02-26 17:04:20 +08:00
parent db9ae59dac
commit f2c4cdee70

View File

@ -622,10 +622,6 @@ actions.prototype._sys_ondown_lockControl = function (x, y, px, py) {
case 'gameInfo':
this._clickGameInfo(x, y, px, py);
break;
case 'about':
case 'help':
core.ui.closePanel();
break;
}
// --- 长按判定