mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: import page
This commit is contained in:
@@ -2071,9 +2071,7 @@
|
||||
(filter (fn [ref] (and (vector? ref) (= :block/uuid (first ref))))))]
|
||||
(when (seq block-refs)
|
||||
(db/transact! (map (fn [[_ id]] {:block/uuid id}) block-refs)))
|
||||
(paste-blocks
|
||||
blocks
|
||||
opts)))
|
||||
(paste-blocks blocks opts)))
|
||||
|
||||
(defn insert-block-tree-after-target
|
||||
"`tree-vec`: a vector of blocks.
|
||||
|
||||
Reference in New Issue
Block a user