mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Deduplicate container block backlink https://github.com/siyuan-note/siyuan/issues/13872
This commit is contained in:
parent
7d01a45b66
commit
7fecdf407f
1 changed files with 1 additions and 0 deletions
|
|
@ -586,6 +586,7 @@ func buildLinkRefs(defRootID string, refs []*sql.Ref, keywords []string) (ret []
|
|||
}
|
||||
}
|
||||
}
|
||||
paragraphParentIDs = gulu.Str.RemoveDuplicatedElem(paragraphParentIDs)
|
||||
sqlParagraphParents := sql.GetBlocks(paragraphParentIDs)
|
||||
paragraphParents := fromSQLBlocks(&sqlParagraphParents, "", 12)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue