From c5771f7c9f22f4c4f0af028f97531393588f2dc7 Mon Sep 17 00:00:00 2001 From: Harshil Sharma Date: Fri, 4 Jun 2021 01:58:34 +0530 Subject: [PATCH] Fixed multiple safari bugs (#518) --- webapp/src/components/markdownEditor.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/src/components/markdownEditor.tsx b/webapp/src/components/markdownEditor.tsx index abe7e3666..d14f452bb 100644 --- a/webapp/src/components/markdownEditor.tsx +++ b/webapp/src/components/markdownEditor.tsx @@ -143,8 +143,7 @@ const MarkdownEditor = (props: Props): JSX. Element => { autoDownloadFontAwesome: true, toolbar: false, status: false, - spellChecker: false, - inputStyle: 'contenteditable', + spellChecker: true, nativeSpellcheck: true, minHeight: '10px', shortcuts: {