mirror of
https://github.com/open-webui/open-webui.git
synced 2025-08-02 09:52:57 +02:00
refac
This commit is contained in:
@@ -2214,7 +2214,7 @@
|
||||
if (e.detail) {
|
||||
prompt = '';
|
||||
await tick();
|
||||
submitPrompt(e.detail);
|
||||
submitPrompt(e.detail.replaceAll('\n\n', '\n'));
|
||||
}
|
||||
}}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user