Skip to content

Commit

Permalink
fix: turn off spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed May 3, 2024
1 parent d09e598 commit c66cddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/toolbox/notepad/notepad.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export function Notepad({ onClose, show }: NotepadProps) {
dir="auto"
placeholder="What is on your mind?"
ref={textareaRef}
spellCheck={false}
value={note}
onChange={e => write(e.target.value)}
onKeyDown={handleKeyDown}
Expand Down

0 comments on commit c66cddc

Please sign in to comment.