From 9e61819d10a0e9a4d67dfaaa4ee4e760ee3cea16 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Mon, 17 Apr 2023 17:09:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=82=B9=E5=87=BB=E9=94=99?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/libs/actions.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/libs/actions.js b/public/libs/actions.js index d5a5375..cb1d5d0 100644 --- a/public/libs/actions.js +++ b/public/libs/actions.js @@ -870,8 +870,7 @@ actions.prototype._getClickLoc = function (x, y) { statusBar.y = core.dom.statusBar.offsetHeight + 3 + - 32 * core.values.statusCanvasRowsOnMobile + - 9; + 32 * core.values.statusCanvasRowsOnMobile; } else { statusBar.x = core.dom.statusBar.offsetWidth + 3; statusBar.y = 3;