enhance: frontend consistently uses :db/ident

for fetching built-in properties instead of :block/name
This commit is contained in:
Gabriel Horner
2024-03-27 20:35:11 -04:00
parent eecb510ccb
commit 9c5309da47
29 changed files with 101 additions and 96 deletions

View File

@@ -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]