Enhance chat setup options and improve UI responsiveness

This commit is contained in:
kwaroran
2024-11-14 21:42:56 +09:00
parent 75efc36211
commit a862ffe0e3
3 changed files with 209 additions and 28 deletions

View File

@@ -464,7 +464,7 @@
}}
oninput={()=>{updateInputSizeAll();updateInputTransateMessage(false)}}
style:height={inputHeight}
></textarea>
></textarea>
{:else}
<AdvancedChatEditor
bind:value={messageInput}
@@ -749,6 +749,7 @@
updateInputSizeAll()
}
}}>
<ImagePlusIcon />
<span class="ml-2">{language.postFile}</span>
</div>