فهرست منبع

enhance: replace random-uuid with eid

Tienson Qin 1 سال پیش
والد
کامیت
e4b04664cf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/frontend/worker/export.cljs

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

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