mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
enhance: frontend consistently uses :db/ident
for fetching built-in properties instead of :block/name
This commit is contained in:
@@ -237,7 +237,7 @@
|
||||
page-name (:block/original-name page)
|
||||
;; FIXME: file-path property for db version
|
||||
file-path (:file-path (:block/properties page))
|
||||
hl-page (pu/get-block-property-value block :hl-page)]
|
||||
hl-page (pu/get-block-property-value block :logseq.property/hl-page)]
|
||||
(when-let [target-key (and page-name (subs page-name 5))]
|
||||
(p/let [hls (resolve-hls-data-by-key$ target-key)
|
||||
hls (and hls (:highlights hls))]
|
||||
|
||||
Reference in New Issue
Block a user