修复点击错位

This commit is contained in:
unanmed 2023-04-17 17:09:19 +08:00
parent 8bf1490a15
commit 9e61819d10

View File

@ -870,8 +870,7 @@ actions.prototype._getClickLoc = function (x, y) {
statusBar.y = statusBar.y =
core.dom.statusBar.offsetHeight + core.dom.statusBar.offsetHeight +
3 + 3 +
32 * core.values.statusCanvasRowsOnMobile + 32 * core.values.statusCanvasRowsOnMobile;
9;
} else { } else {
statusBar.x = core.dom.statusBar.offsetWidth + 3; statusBar.x = core.dom.statusBar.offsetWidth + 3;
statusBar.y = 3; statusBar.y = 3;