From 701cd7b29dc2e87bda08847ca06d1d9cbab81cd9 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Thu, 15 Oct 2020 22:38:52 +0200 Subject: [PATCH] Disable spellcheck --- list-editor/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list-editor/index.js b/list-editor/index.js index d5577de..7d81474 100644 --- a/list-editor/index.js +++ b/list-editor/index.js @@ -246,7 +246,7 @@ function editor(root, inputData, options) { editing = true let elements = $(rootElement).children('div.list-item'); - let $textarea = $('