Merge branch 'master' into enhance/refacotr-ui-x-menu

pull/10897/head
charlie 2024-01-20 10:29:08 +08:00
commit 48375b8bc8
1 changed files with 6 additions and 1 deletions

View File

@ -2824,7 +2824,12 @@
(outliner-tx/transact!
{:outliner-op :move-blocks
:real-outliner-op :indent-outdent}
(outliner-core/indent-outdent-blocks! [block] indent?)))
(outliner-core/indent-outdent-blocks! [block] indent?))
(edit-block!
(db/pull (:db/id block))
(cursor/pos (state/get-input))
(:block/uuid block))
)
(state/set-editor-op! :nil)))
(defn keydown-tab-handler