Explorar el Código

fix(api): export functions

charlie hace 3 años
padre
commit
ade33eb10c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/logseq/api.cljs

+ 1 - 1
src/main/logseq/api.cljs

@@ -450,7 +450,7 @@
   [block-uuid]
   (editor-handler/open-block-in-sidebar! (uuid block-uuid)))
 
-(defn new_block_uuid []
+(defn ^:export new_block_uuid []
   (str (db/new-block-id)))
 
 (def ^:export select_block