mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 15:15:01 +00:00
Rename :logseq.property/parent to :logseq.property.class/extends
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
(or (let [page (some-> (text/get-namespace-last-part input)
|
||||
string/trim
|
||||
db/get-page)
|
||||
parent-title (:block/title (:logseq.property/parent page))
|
||||
parent-title (:block/title (:block/parent page))
|
||||
namespace? (string/includes? input "/")]
|
||||
(and page
|
||||
(or (not namespace?)
|
||||
|
||||
Reference in New Issue
Block a user