mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
wip: remove dependency on frontend.db for outliner core
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
[block direction]
|
||||
(ui-outliner-tx/transact!
|
||||
{:outliner-op :move-blocks}
|
||||
(outliner-core/indent-outdent-blocks! [block] (= direction :right))))
|
||||
(outliner-core/indent-outdent-blocks! (db/get-db false) [block] (= direction :right))))
|
||||
|
||||
(defn select-block!
|
||||
[block-uuid]
|
||||
|
||||
Reference in New Issue
Block a user