mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-24 01:06:09 +01:00
🐛 Opening notebook repeatedly causes reference count to increase https://github.com/siyuan-note/siyuan/issues/11378
This commit is contained in:
parent
c50b3de4ce
commit
fc1e9154b3
4 changed files with 14 additions and 30 deletions
|
|
@ -280,7 +280,7 @@ func IndexRefs() {
|
|||
}
|
||||
|
||||
util.IncBootProgress(bootProgressPart, "Indexing ref "+defTree.ID)
|
||||
sql.InsertRefsTreeQueue(defTree)
|
||||
sql.UpdateRefsTreeQueue(defTree)
|
||||
if 1 < i && 0 == i%64 {
|
||||
util.PushStatusBar(fmt.Sprintf(Conf.Language(55), i))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue