Mobile: Capitalise first word of sentence in beta editor

fastlane_android
Laurent Cozic 2021-10-31 09:32:08 +00:00
parent 8de9032321
commit 4128be9d6c
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ export function initCodeMirror(parentElement: any, initialText: string, theme: a
drawSelection(),
highlightSpecialChars(),
EditorView.lineWrapping,
EditorView.contentAttributes.of({ autocapitalize: 'sentence' }),
defaultHighlightStyle.fallback,
EditorView.updateListener.of((viewUpdate: ViewUpdate) => {
if (viewUpdate.docChanged) {