fix: same indent/outdent order for both selection and editor bar

This commit is contained in:
Tienson Qin
2025-12-02 15:45:55 +08:00
parent 1d911687e6
commit f68ab36a81

View File

@@ -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"