🎨 S3/WebDAV 数据同步支持设置超时时间 Fix https://github.com/siyuan-note/siyuan/issues/6781

This commit is contained in:
Liang Ding 2022-12-04 21:05:54 +08:00
parent faa2d2d655
commit 2f6acfa8ef
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -257,6 +257,7 @@ const bindProviderEvent = () => {
reposDataElement.classList.remove("fn__none");
return;
}
loadingElement.classList.add("fn__none");
let nextElement = reposDataElement.nextElementSibling;
while (nextElement) {