mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
🐛 不存在 云端标记的快照 时界面一直转圈 Fix https://github.com/siyuan-note/siyuan/issues/6896
This commit is contained in:
parent
59c2224797
commit
1ba509197a
1 changed files with 3 additions and 0 deletions
|
|
@ -613,6 +613,9 @@ func GetCloudRepoTagSnapshots() (ret []*dejavu.Log, err error) {
|
|||
return
|
||||
}
|
||||
ret = logs
|
||||
if 1 > len(ret) {
|
||||
ret = []*dejavu.Log{}
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue