mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 05:54:19 +01:00
@@ -384,7 +384,7 @@ const NotePostForm: Component<NotePostFormProps> = (props) => {
|
|||||||
emojiTextAreaRef(el);
|
emojiTextAreaRef(el);
|
||||||
}}
|
}}
|
||||||
name="text"
|
name="text"
|
||||||
class="scrollbar max-h-[40vh] min-h-16 overflow-y-auto rounded-md border border-border bg-bg ring-border placeholder:text-fg-secondary focus:border-border focus:ring-primary"
|
class="scrollbar max-h-[40vh] min-h-16 overflow-y-auto whitespace-pre-wrap break-all rounded-md border border-border bg-bg ring-border placeholder:text-fg-secondary focus:border-border focus:ring-primary"
|
||||||
rows={4}
|
rows={4}
|
||||||
placeholder={placeholder(mode())}
|
placeholder={placeholder(mode())}
|
||||||
onInput={handleInput}
|
onInput={handleInput}
|
||||||
|
|||||||
Reference in New Issue
Block a user