Skip to content

Commit 59b6e42

Browse files
committed
Disable indent/unindent for now
1 parent 0eeed98 commit 59b6e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/CoreEditorToolbar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ withDefaults(defineProps<{
2020
code: true,
2121
heading: true,
2222
image: true,
23-
indent: true,
23+
indent: false,
2424
italic: true,
2525
link: true,
2626
numberList: true,
2727
taskList: true,
28-
unindent: true,
28+
unindent: false,
2929
upload: false,
3030
})
3131

0 commit comments

Comments
 (0)