Disable spellcheck to remove red squiggles.

main^2
Tom Alexander 3 months ago
parent ff3618b67d
commit 43d65b4fe3
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -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…
Cancel
Save