refac
This commit is contained in:
parent
c107a0cbf4
commit
45085d04eb
|
|
@ -290,11 +290,12 @@
|
|||
|
||||
content = '';
|
||||
files = [];
|
||||
chatInputElement?.setText('');
|
||||
|
||||
await tick();
|
||||
|
||||
if (chatInputElement) {
|
||||
chatInputElement?.setText('');
|
||||
|
||||
await tick();
|
||||
|
||||
chatInputElement.focus();
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue