mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve list item, super block and blockquote backlink propagation https://github.com/siyuan-note/siyuan/issues/13776
This commit is contained in:
parent
9b02cd192f
commit
c3579b20dd
5 changed files with 55 additions and 41 deletions
|
|
@ -157,7 +157,7 @@ func refreshRefCount(rootID, blockID string) {
|
|||
for _, count := range refCounts {
|
||||
rootRefCount += count
|
||||
}
|
||||
refIDs, _, _ := GetBlockRefs(blockID, false)
|
||||
refIDs, _, _, _ := GetBlockRefs(blockID, false)
|
||||
util.PushSetDefRefCount(rootID, blockID, refIDs, refCount, rootRefCount)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue