This commit is contained in:
Daniel 2024-05-31 12:02:41 +08:00
parent 8ba87a340f
commit 69d0f20501
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 12 additions and 2 deletions

View file

@ -271,6 +271,11 @@ func RollbackDocHistory(boxID, historyPath string) (err error) {
FullReindex()
IncSync()
go func() {
sql.WaitForWritingDatabase()
// 刷新关联的动态锚文本 https://github.com/siyuan-note/siyuan/issues/11575
refreshDynamicRefText(tree.Root, tree)
}()
return nil
}