Add list indent/outdent controls on mobile (#5205)

This commit is contained in:
Tom Moor
2023-04-15 08:44:23 -04:00
committed by GitHub
parent 9c063c9f65
commit 2b38368fcd
7 changed files with 42 additions and 90 deletions

View File

@@ -79,6 +79,8 @@ export default function useDictionary() {
insertDate: t("Current date"),
insertTime: t("Current time"),
insertDateTime: t("Current date and time"),
indent: t("Indent"),
outdent: t("Outdent"),
}),
[t]
);