Disable spellcheck to remove red squiggles.
This commit is contained in:
parent
ff3618b67d
commit
43d65b4fe3
@ -42,6 +42,7 @@ function Editor({
|
||||
className={styles.EditorTextArea}
|
||||
value={value}
|
||||
onScroll={onTextAreaScroll}
|
||||
spellCheck={false}
|
||||
/>
|
||||
<div ref={shadowRef} className={styles.EditorUnderlay}>
|
||||
{buildShadow(highlights, value)}
|
||||
|
Loading…
Reference in New Issue
Block a user