This commit is contained in:
Daniel 2025-02-18 10:13:38 +08:00
parent 7d01a45b66
commit 7fecdf407f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

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