mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: typing a normal page as a tag silently changes its page type
User can choose to create either a page or a class with '#' now. FIXES LOG-2742
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
;; only increase over time as the docs graph rarely has deletions
|
||||
(testing "Counts"
|
||||
(is (= 211 (count files)) "Correct file count")
|
||||
(is (= 39293 (count (d/datoms db :eavt))) "Correct datoms count")
|
||||
(is (= 39262 (count (d/datoms db :eavt))) "Correct datoms count")
|
||||
|
||||
(is (= 3600
|
||||
(ffirst
|
||||
|
||||
Reference in New Issue
Block a user