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