mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: same indent/outdent order for both selection and editor bar
This commit is contained in:
@@ -34,16 +34,16 @@
|
||||
:handler (fn []
|
||||
(editor-handler/copy-selection-blocks false)
|
||||
(close!))}
|
||||
{:id "indent"
|
||||
:label "Indent"
|
||||
:system-icon "arrow.right"
|
||||
:handler (fn []
|
||||
(editor-handler/on-tab :right))}
|
||||
{:id "outdent"
|
||||
:label "Outdent"
|
||||
:system-icon "arrow.left"
|
||||
:handler (fn []
|
||||
(editor-handler/on-tab :left))}
|
||||
{:id "indent"
|
||||
:label "Indent"
|
||||
:system-icon "arrow.right"
|
||||
:handler (fn []
|
||||
(editor-handler/on-tab :right))}
|
||||
{:id "delete"
|
||||
:label "Delete"
|
||||
:system-icon "trash"
|
||||
|
||||
Reference in New Issue
Block a user