This commit is contained in:
Timothy Jaeryang Baek
2025-11-28 09:32:37 -05:00
parent 1b095d12ff
commit 451907cc92

View File

@@ -865,7 +865,7 @@
<div <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" 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 <RichTextInput
id="chat-input" id="chat-input"
bind:this={chatInputElement} bind:this={chatInputElement}