mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 13:07:33 -07:00
Improve usability
This commit is contained in:
parent
d9d374e67b
commit
59ce8f8cf7
1 changed files with 3 additions and 0 deletions
|
@ -378,6 +378,9 @@ export default Vue.extend({
|
|||
vm.$once('selected', user => {
|
||||
this.complete('user', user);
|
||||
});
|
||||
vm.$once('closed', () => {
|
||||
this.textarea.focus();
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue