From f2c4cdee7021a2c65ac9b835b95338ff388026b9 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Sun, 26 Feb 2023 17:04:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=83=A8=E5=88=86=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/libs/actions.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/libs/actions.js b/public/libs/actions.js index 4392f4e..9db5262 100644 --- a/public/libs/actions.js +++ b/public/libs/actions.js @@ -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; } // --- 长按判定