diff --git a/src/Editor.tsx b/src/Editor.tsx index 27d3816..c4f4c68 100644 --- a/src/Editor.tsx +++ b/src/Editor.tsx @@ -42,6 +42,7 @@ function Editor({ className={styles.EditorTextArea} value={value} onScroll={onTextAreaScroll} + spellCheck={false} />