mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-27 20:17:05 +02:00
remove autofocus from DM input
This commit is contained in:
@@ -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 })}
|
||||
|
Reference in New Issue
Block a user