mirror of
https://github.com/remvze/moodist.git
synced 2025-12-18 01:14:17 +00:00
Merge branch 'develop' into main
This commit is contained in:
commit
b925a2e04f
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue