Fixed multiple safari bugs (#518)
This commit is contained in:
parent
ac320ece25
commit
c5771f7c9f
1 changed files with 1 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue