Disable spellcheck
Closed this issue · 0 comments
flarnie commented
I notice that Firefox adds a dotted underline to words that are "misspelled" in the contenteditable
area:
We can fix this by adding spellcheck="false"
to the editor container. That seems like a reasonable default, and I can't think of a situation where you would want a normal "spell check" behavior in a code editor.