mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
wrap-parse-block impl for db && file
This commit is contained in:
@@ -84,8 +84,9 @@
|
||||
|
||||
(defn indent-outdent-block!
|
||||
[block direction]
|
||||
(outliner-tx/transact! {:outliner-op :move-blocks}
|
||||
(outliner-core/indent-outdent-blocks! [block] (= direction :right))))
|
||||
(let [opts {:outliner-op :move-blocks}]
|
||||
(outliner-tx/transact! opts
|
||||
(outliner-core/indent-outdent-blocks! [block] (= direction :right)))))
|
||||
|
||||
(defn select-block!
|
||||
[block-uuid]
|
||||
|
||||
Reference in New Issue
Block a user