fix: don't create child tags when saving inline

This commit is contained in:
Tienson Qin
2025-11-20 23:57:33 +08:00
parent b699ebf24c
commit e311e1b85c
3 changed files with 18 additions and 15 deletions

View File

@@ -231,7 +231,7 @@
#_(map #(select-keys % [:block/title :block/tags]))
count))
"Correct number of pages with block content")
(is (= 13 (->> @conn
(is (= 12 (->> @conn
(d/q '[:find [?ident ...]
:where [?b :block/tags :logseq.class/Tag] [?b :db/ident ?ident] (not [?b :logseq.property/built-in?])])
count))