Przeglądaj źródła

fix: :block/uuid not created for property value pages

Related to LOG-3124
Tienson Qin 1 rok temu
rodzic
commit
d588df622e

+ 1 - 1
deps/graph-parser/src/logseq/graph_parser/block.cljs

@@ -525,7 +525,7 @@
                                 :block/macros (extract-macros-from-ast body)
                                 :block/body body}
                          {:keys [tags refs]}
-                         (with-page-block-refs {:body body :refs property-refs} false db date-formatter)]
+                         (with-page-block-refs {:body body :refs property-refs} true db date-formatter)]
                      (cond-> block
                        tags
                        (assoc :block/tags tags)