disable spellcheck on wasm-demo code editor

main
Chuanqi 1 year ago
parent 3c78266eda
commit 04f1400db1

@ -134,6 +134,7 @@ function App() {
<div style={{display: 'flex'}}>
<TextArea
autoFocus
spellCheck="false"
placeholder="Type query, SHIFT + Enter to run"
id="query-box"
className="bp4-fill"

Loading…
Cancel
Save