From 3e7b76c7855d33dcd2c8a5ec0695ff801ed9faef Mon Sep 17 00:00:00 2001 From: Maxime Cesson Date: Tue, 5 Jul 2022 14:29:42 +0200 Subject: [PATCH] Make spellcheck default for rich text document #887 --- www/common/outer/async-store.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index 5d8eac183..4aa1bedfc 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -49,7 +49,8 @@ define([ hideDuplicate: true }, pad: { - width: true + width: true, + spellcheck: true }, security: { unsafeLinks: false