This commit is contained in:
Timothy Jaeryang Baek 2025-07-08 12:31:22 +04:00
parent c107a0cbf4
commit 45085d04eb
1 changed files with 4 additions and 3 deletions

View File

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