mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-26 17:52:18 +01:00
remove autofocus from DM input
This commit is contained in:
parent
3e0d74ed75
commit
c7d030d42a
@ -74,7 +74,6 @@ export default function SendMessageForm({ pubkey, ...props }: { pubkey: string }
|
||||
) : (
|
||||
<>
|
||||
<MagicTextArea
|
||||
autoFocus
|
||||
mb="2"
|
||||
value={getValues().content}
|
||||
onChange={(e) => setValue("content", e.target.value, { shouldDirty: true })}
|
||||
|
Loading…
x
Reference in New Issue
Block a user