mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refac
This commit is contained in:
@@ -861,7 +861,7 @@
|
||||
{:else}
|
||||
<textarea
|
||||
id="chat-input"
|
||||
dir="auto"
|
||||
dir={$settings?.chatDirection ?? 'auto'}
|
||||
bind:this={chatInputElement}
|
||||
class="scrollbar-hidden bg-transparent dark:text-gray-200 outline-hidden w-full pt-3 px-1 resize-none"
|
||||
placeholder={placeholder ? placeholder : $i18n.t('Send a Message')}
|
||||
|
||||
Reference in New Issue
Block a user