This commit is contained in:
Timothy Jaeryang Baek 2025-07-08 12:31:22 +04:00
parent c107a0cbf4
commit 45085d04eb

View file

@ -290,11 +290,12 @@
content = ''; content = '';
files = []; files = [];
chatInputElement?.setText('');
await tick();
if (chatInputElement) { if (chatInputElement) {
chatInputElement?.setText('');
await tick();
chatInputElement.focus(); chatInputElement.focus();
} }
}; };