From 5d2411ada606faca2e0899339fec147982867dbb Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Sat, 2 Mar 2024 15:36:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=B3=E9=97=AD=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/libs/actions.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/libs/actions.js b/public/libs/actions.js index 9d0b323..6e81096 100644 --- a/public/libs/actions.js +++ b/public/libs/actions.js @@ -1578,7 +1578,9 @@ actions.prototype._keyUpViewMaps = function (keycode) { ) { core.clearMap('data'); core.playSound('取消'); - core.ui.closePanel(); + setTimeout(() => { + core.ui.closePanel(); + }, 0); return; } if (keycode == 86) {