1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Desktop,Mobile: Add setting to disable markup autocompletion (#11222)

This commit is contained in:
Henry Heino
2024-10-26 13:04:04 -07:00
committed by GitHub
parent d7f4f5f2b8
commit 92c13c2991
7 changed files with 36 additions and 4 deletions

View File

@ -345,6 +345,7 @@ function NoteEditor(props: Props, ref: any) {
automatchBraces: false,
ignoreModifiers: false,
autocompleteMarkup: Setting.value('editor.autocompleteMarkup'),
indentWithTabs: true,
}), [props.themeId, props.readOnly]);