mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 11:58:49 +01:00
♻️ 重命名重建索引函数
This commit is contained in:
parent
e2e929538b
commit
67ff76c605
6 changed files with 11 additions and 11 deletions
|
|
@ -266,7 +266,7 @@ func RollbackDocHistory(boxID, historyPath string) (err error) {
|
|||
}
|
||||
writingDataLock.Unlock()
|
||||
|
||||
RefreshFileTree()
|
||||
FullReindex()
|
||||
IncSync()
|
||||
return nil
|
||||
}
|
||||
|
|
@ -321,7 +321,7 @@ func RollbackNotebookHistory(historyPath string) (err error) {
|
|||
return
|
||||
}
|
||||
|
||||
RefreshFileTree()
|
||||
FullReindex()
|
||||
IncSync()
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue