Skip to content

Commit

Permalink
remove redlining acused by spell check in text area
Browse files Browse the repository at this point in the history
closes(22)
  • Loading branch information
Pewillia committed Sep 24, 2024
1 parent 9ffa4e6 commit 6c64628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"lint": "eslint .",
"preview": "vite preview",
"dev": "vite dev",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"start": "react-scripts start"
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@emotion/react": "^11.13.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/ConfigTextEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export function ConfigTextEditor() {
))}
</div>
<textarea
spellCheck="false"
id="configGeoview"
name="configuration"
value={editorText}
Expand Down

0 comments on commit 6c64628

Please sign in to comment.