From 5bb1f448ee6628a7237ea68d8769dd02a2d85932 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Wed, 25 Jan 2023 21:28:23 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E8=A7=A6=E5=8F=91=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E5=90=8E=E7=82=B9=E5=87=BB=E9=87=8D=E5=BB=BA?= =?UTF-8?q?=E7=B4=A2=E5=BC=95=E5=AF=B9=E8=AF=9D=E6=A1=86=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/dialog/processSystem.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/dialog/processSystem.ts b/app/src/dialog/processSystem.ts index 7368236ad..765093b16 100644 --- a/app/src/dialog/processSystem.ts +++ b/app/src/dialog/processSystem.ts @@ -187,6 +187,7 @@ export const transactionError = (data: { code: number, data: string }) => { }); btnsElement[1].addEventListener("click", () => { fetchPost("/api/filetree/refreshFiletree", {}); + dialog.destroy(); }); };