@@ -2214,7 +2214,7 @@
if (e.detail) {
prompt = '';
await tick();
- submitPrompt(e.detail);
+ submitPrompt(e.detail.replaceAll('\n\n', '\n'));
}
}}
/>