mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
Refactor: rename :block/content to :block/title
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
(p/let [ref-page (when pdf-current (ensure-ref-page! pdf-current))]
|
||||
(when ref-page
|
||||
(let [ref-block (db-model/query-block-by-uuid id)]
|
||||
(if-not (nil? (:block/content ref-block))
|
||||
(if-not (nil? (:block/title ref-block))
|
||||
(do
|
||||
(println "[existed ref block]" ref-block)
|
||||
ref-block)
|
||||
|
||||
Reference in New Issue
Block a user