mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 13:40:55 +00:00
fix: styling
This commit is contained in:
parent
bfdf4f7a8a
commit
7d159ca723
@ -165,6 +165,7 @@
|
|||||||
|
|
||||||
if ($page.url.searchParams.get('q')) {
|
if ($page.url.searchParams.get('q')) {
|
||||||
prompt = $page.url.searchParams.get('q') ?? '';
|
prompt = $page.url.searchParams.get('q') ?? '';
|
||||||
|
|
||||||
if (prompt) {
|
if (prompt) {
|
||||||
await tick();
|
await tick();
|
||||||
submitPrompt(prompt);
|
submitPrompt(prompt);
|
||||||
@ -318,6 +319,7 @@
|
|||||||
|
|
||||||
// Reset chat input textarea
|
// Reset chat input textarea
|
||||||
prompt = '';
|
prompt = '';
|
||||||
|
document.getElementById('chat-textarea').style.height = '';
|
||||||
files = [];
|
files = [];
|
||||||
|
|
||||||
// Send prompt
|
// Send prompt
|
||||||
|
Loading…
Reference in New Issue
Block a user