mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 07:35:01 +00:00
chore: keep using class instead of tag for internal usage
This commit is contained in:
@@ -223,7 +223,7 @@
|
||||
(let [entity (db/entity [:block/uuid (:block/uuid page)])
|
||||
source-page (model/get-alias-source-page repo (:db/id entity))
|
||||
icon (cond
|
||||
(ldb/tag? entity)
|
||||
(ldb/class? entity)
|
||||
"hash"
|
||||
(ldb/property? entity)
|
||||
"letter-p"
|
||||
|
||||
Reference in New Issue
Block a user