mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
fix: styling
This commit is contained in:
parent
bfdf4f7a8a
commit
7d159ca723
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue