mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-05-04 13:53:26 +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.playSound('取消');
|
||||
setTimeout(() => {
|
||||
core.ui.closePanel();
|
||||
}, 0);
|
||||
return;
|
||||
}
|
||||
if (keycode == 86) {
|
||||
|
Loading…
Reference in New Issue
Block a user