mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-05-04 22:13:27 +08:00
fix: 关闭浏览地图
This commit is contained in:
parent
d9daac54d3
commit
5d2411ada6
@ -1578,7 +1578,9 @@ actions.prototype._keyUpViewMaps = function (keycode) {
|
|||||||
) {
|
) {
|
||||||
core.clearMap('data');
|
core.clearMap('data');
|
||||||
core.playSound('取消');
|
core.playSound('取消');
|
||||||
core.ui.closePanel();
|
setTimeout(() => {
|
||||||
|
core.ui.closePanel();
|
||||||
|
}, 0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (keycode == 86) {
|
if (keycode == 86) {
|
||||||
|
Loading…
Reference in New Issue
Block a user