mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 12:58:48 +01:00
🎨 取消数据同步时的进度遮罩 Fix https://github.com/siyuan-note/siyuan/issues/5491
This commit is contained in:
parent
c2caef8d49
commit
26e86d5daf
3 changed files with 3 additions and 5 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue