mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 01:46:35 +00:00
enhance: frontend consistently uses :db/ident
for fetching built-in properties instead of :block/name
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
(and filename (string? filename) (string/starts-with? filename "hls__")))
|
||||
|
||||
(def get-area-block-asset-url
|
||||
#(publish-db/get-area-block-asset-url %1 %2 {:prop-lookup-fn pu/lookup}))
|
||||
#(publish-db/get-area-block-asset-url %1 %2 {:prop-lookup-fn pu/lookup-by-name}))
|
||||
|
||||
(defn get-bounding-rect
|
||||
[rects]
|
||||
|
||||
Reference in New Issue
Block a user