From 2f6acfa8ef9ddd1217927386829af45012a1e40f Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 4 Dec 2022 21:05:54 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20S3/WebDAV=20=E6=95=B0=E6=8D=AE=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E6=94=AF=E6=8C=81=E8=AE=BE=E7=BD=AE=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E6=97=B6=E9=97=B4=20Fix=20https://github.com/siyuan-note/siyua?= =?UTF-8?q?n/issues/6781?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/config/repos.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/config/repos.ts b/app/src/config/repos.ts index 209ccd3fa..49df46c5d 100644 --- a/app/src/config/repos.ts +++ b/app/src/config/repos.ts @@ -257,6 +257,7 @@ const bindProviderEvent = () => { reposDataElement.classList.remove("fn__none"); return; } + loadingElement.classList.add("fn__none"); let nextElement = reposDataElement.nextElementSibling; while (nextElement) {