mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-18 12:57:47 +01:00
enh: rich text input preserve breaks
This commit is contained in:
@@ -67,7 +67,11 @@
|
||||
</div>
|
||||
|
||||
<div class=" flex-1 w-full h-full">
|
||||
<RichTextInput bind:value={content} placeholder={$i18n.t('Write something...')} />
|
||||
<RichTextInput
|
||||
bind:value={content}
|
||||
placeholder={$i18n.t('Write something...')}
|
||||
preserveBreaks={true}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user