mirror of
https://github.com/open-webui/open-webui
synced 2025-01-29 13:58:09 +00:00
refac
This commit is contained in:
parent
7ce51f2b4c
commit
3069452210
@ -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 New Issue
Block a user