diff --git a/src/static/js/ace.js b/src/static/js/ace.js index e7e07cb75..dd3fb832f 100644 --- a/src/static/js/ace.js +++ b/src/static/js/ace.js @@ -222,7 +222,7 @@ plugins.ensure(function () {\n\ }); iframeHTML.push(' '); + 'spellcheck="false"> '); // eslint-disable-next-line node/no-unsupported-features/es-builtins const gt = typeof globalThis === 'object' ? globalThis : window;