mirror of
https://github.com/open-webui/open-webui.git
synced 2026-01-03 23:25:21 +00:00
refac
This commit is contained in:
parent
1b095d12ff
commit
451907cc92
1 changed files with 1 additions and 1 deletions
|
|
@ -865,7 +865,7 @@
|
|||
<div
|
||||
class="scrollbar-hidden rtl:text-right ltr:text-left bg-transparent dark:text-gray-100 outline-hidden w-full pt-2.5 pb-[5px] px-1 resize-none h-fit max-h-96 overflow-auto"
|
||||
>
|
||||
{#key $settings?.richTextInput}
|
||||
{#key $settings?.richTextInput && $settings?.showFormattingToolbar}
|
||||
<RichTextInput
|
||||
id="chat-input"
|
||||
bind:this={chatInputElement}
|
||||
|
|
|
|||
Loading…
Reference in a new issue