Skip to content
Snippets Groups Projects
Unverified Commit 05835fab authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Custom expression editor: avoid squiggly red lines (spellchecking) (#15402)

It does not make sense anyway for the web browser to suggest corrections
for function names etc.
parent d5dbbd7f
No related branches found
No related tags found
No related merge requests found
......@@ -170,6 +170,7 @@ export default class TokenizedInput extends Component {
className={className}
style={{ ...style }}
contentEditable
spellCheck={false}
onKeyDown={
this.props.tokenizedEditing
? this.onKeyDownTokenized
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment