This commit is contained in:
MAZE 2024-05-09 20:53:01 +03:30
commit e41f901041

View file

@ -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}