Просмотр исходного кода

enhance: replace random-uuid with eid

Tienson Qin 1 год назад
Родитель
Сommit
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
                                        (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]