diff --git a/modules/ui/raw_tag_editor.js b/modules/ui/raw_tag_editor.js index b8b318153..77d9243c8 100644 --- a/modules/ui/raw_tag_editor.js +++ b/modules/ui/raw_tag_editor.js @@ -129,6 +129,7 @@ export function uiRawTagEditor(context) { .append('textarea') .attr('class', 'tag-text' + (_tagView !== 'text' ? ' hide' : '')) .call(utilNoAuto) + .attr('spellcheck', 'false') .merge(textarea); textarea