mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
refac
This commit is contained in:
parent
7ce51f2b4c
commit
3069452210
1 changed files with 1 additions and 1 deletions
|
|
@ -2214,7 +2214,7 @@
|
||||||
if (e.detail) {
|
if (e.detail) {
|
||||||
prompt = '';
|
prompt = '';
|
||||||
await tick();
|
await tick();
|
||||||
submitPrompt(e.detail);
|
submitPrompt(e.detail.replaceAll('\n\n', '\n'));
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue