mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
improve(plugin): insert block api & type & bump libs version
This commit is contained in:
@@ -683,7 +683,8 @@
|
||||
nil)]
|
||||
(when block-m
|
||||
(outliner-insert-block! {:skip-save-current-block? true} block-m new-block sibling?)
|
||||
(ui-handler/re-render-root!))))))))
|
||||
(ui-handler/re-render-root!)
|
||||
new-block)))))))
|
||||
|
||||
(defn insert-first-page-block-if-not-exists!
|
||||
[page-name]
|
||||
|
||||
Reference in New Issue
Block a user