Mark indent / outdent as non activatable
This commit is contained in:
parent
3eab17ed0f
commit
21dced4ae8
@ -82,12 +82,14 @@ export function getFormatBlockMenus(): (DynamicSvelteComponent<typeof ButtonDrop
|
||||
icon: outdentIcon,
|
||||
command: "outdent",
|
||||
tooltip: tr.editingOutdent(),
|
||||
activatable: false,
|
||||
});
|
||||
|
||||
const indentButton = commandIconButton({
|
||||
icon: indentIcon,
|
||||
command: "indent",
|
||||
tooltip: tr.editingIndent(),
|
||||
activatable: false,
|
||||
});
|
||||
|
||||
const indentationGroup = buttonGroup({
|
||||
|
Loading…
Reference in New Issue
Block a user