mirror of
https://github.com/remvze/moodist.git
synced 2026-02-28 09:03:12 +08:00
fix: turn off spell check
This commit is contained in:
@@ -75,6 +75,7 @@ export function Notepad({ onClose, show }: NotepadProps) {
|
|||||||
dir="auto"
|
dir="auto"
|
||||||
placeholder="What is on your mind?"
|
placeholder="What is on your mind?"
|
||||||
ref={textareaRef}
|
ref={textareaRef}
|
||||||
|
spellCheck={false}
|
||||||
value={note}
|
value={note}
|
||||||
onChange={e => write(e.target.value)}
|
onChange={e => write(e.target.value)}
|
||||||
onKeyDown={handleKeyDown}
|
onKeyDown={handleKeyDown}
|
||||||
|
|||||||
Reference in New Issue
Block a user