diff --git a/app/src/interfaces/input-rich-text-html/input-rich-text-html.vue b/app/src/interfaces/input-rich-text-html/input-rich-text-html.vue index f80c297985..b8bc20c507 100644 --- a/app/src/interfaces/input-rich-text-html/input-rich-text-html.vue +++ b/app/src/interfaces/input-rich-text-html/input-rich-text-html.vue @@ -368,6 +368,7 @@ export default defineComponent({ style_formats: styleFormats, file_picker_types: 'customImage customMedia image media', link_default_protocol: 'https', + browser_spellcheck: true, setup, ...(props.tinymceOverrides || {}), }; diff --git a/app/src/interfaces/input-rich-text-md/input-rich-text-md.vue b/app/src/interfaces/input-rich-text-md/input-rich-text-md.vue index 9e1a99c0b7..df01cb78e7 100644 --- a/app/src/interfaces/input-rich-text-md/input-rich-text-md.vue +++ b/app/src/interfaces/input-rich-text-md/input-rich-text-md.vue @@ -3,7 +3,7 @@