mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 13:28:48 +01:00
🎨 Reset virtual block ref cache after indexing refs https://github.com/siyuan-note/siyuan/issues/10842
This commit is contained in:
parent
299437d751
commit
dec9831a21
1 changed files with 2 additions and 0 deletions
|
|
@ -268,6 +268,8 @@ func IndexRefs() {
|
|||
}
|
||||
logging.LogInfof("resolved refs [%d] in [%dms]", size, time.Now().Sub(start).Milliseconds())
|
||||
util.PushStatusBar(fmt.Sprintf(Conf.Language(55), i))
|
||||
|
||||
ResetVirtualBlockRefCache()
|
||||
}
|
||||
|
||||
// IndexEmbedBlockJob 嵌入块支持搜索 https://github.com/siyuan-note/siyuan/issues/7112
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue