From a15494c3f3e0d52ac2deb5c68a52a13a679986fd Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 9 Jan 2026 13:01:59 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/16685 --- app/src/protyle/upload/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/protyle/upload/index.ts b/app/src/protyle/upload/index.ts index 3a736c1ed..88028b8af 100644 --- a/app/src/protyle/upload/index.ts +++ b/app/src/protyle/upload/index.ts @@ -373,5 +373,7 @@ export const uploadFiles = (protyle: IProtyle, files: FileList | DataTransferIte progressBar.style.width = progress + "%"; }; xhr.send(formData); + }, () => { + hideMessage(validateResult.msgId); }); };