Browse Source

enhance: replace random-uuid with eid

Tienson Qin 1 year ago
parent
commit
e4b04664cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/worker/export.cljs

+ 1 - 1
src/main/frontend/worker/export.cljs

@@ -81,7 +81,7 @@
                                   (and ident
                                        (contains? #{"class" "property"} type)
                                        (not (string/starts-with? (namespace ident) "logseq")))))
-                            [e a (str "debug " (random-uuid)) t]
+                            [e a (str "debug " e) t]
 
                             (= a :block/uuid)
                             [e a (str v) t]