From ce00cc33e6deae3d82e7ee2bfee2ca661edd2599 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Thu, 25 Feb 2021 22:29:11 -0500 Subject: [PATCH] ace: Delete ignored class attribute --- src/static/js/ace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/js/ace.js b/src/static/js/ace.js index 40b8625c8..ebf69669d 100644 --- a/src/static/js/ace.js +++ b/src/static/js/ace.js @@ -220,7 +220,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;