🎨 取消数据同步时的进度遮罩 Fix https://github.com/siyuan-note/siyuan/issues/5491

This commit is contained in:
Liang Ding 2022-07-21 23:42:12 +08:00
parent c2caef8d49
commit 26e86d5daf
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 3 additions and 5 deletions

View file

@ -438,8 +438,6 @@ func IndexRepo(memo string) (err error) {
}
util.PushEndlessProgress(Conf.Language(143))
writingDataLock.Lock()
defer writingDataLock.Unlock()
start := time.Now()
latest, _ := repo.Latest()