Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Fix spellcheck param
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Aug 22, 2020
1 parent 133d153 commit fd670bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/SlateEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const SlateEditor = ({
renderElement={(props) => <Element {...props} />}
renderLeaf={(props) => <Leaf {...props} />}
decorate={multiDecorate}
spellcheck="false"
spellCheck={false}
onKeyDown={(event) => {
let wasHotkey = false;

Expand Down

0 comments on commit fd670bb

Please sign in to comment.