mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-06-08 16:27:58 +08:00
修复点击错位
This commit is contained in:
parent
a2268b7cec
commit
dd7f4f24f1
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user