This commit is contained in:
Timothy J. Baek
2024-10-19 20:58:19 -07:00
parent 8330fcdb5c
commit 54b843c367
3 changed files with 6 additions and 17 deletions

View File

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