🎨 Reset virtual block ref cache after indexing refs https://github.com/siyuan-note/siyuan/issues/10842

This commit is contained in:
Daniel 2024-04-02 21:41:57 +08:00
parent 299437d751
commit dec9831a21
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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