From fac503a1884a8e0a1b2d9eecc9a9fc13b46d901d Mon Sep 17 00:00:00 2001 From: kuaifan Date: Thu, 9 Mar 2023 20:55:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=A2=E6=88=B7=E7=AB=AF=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E5=85=B3=E9=97=AD=E7=AA=97=E5=8F=A3=E7=9A=84=E6=83=85?= =?UTF-8?q?=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/utils.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/electron/utils.js b/electron/utils.js index 4d869f32a..b12fba35b 100644 --- a/electron/utils.js +++ b/electron/utils.js @@ -308,6 +308,8 @@ module.exports = { resolve() }) event.preventDefault() + } else { + resolve() } }) },