1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-10-31 23:31:48 +09:00

Improve usability

This commit is contained in:
syuilo 2020-02-01 07:42:21 +09:00
parent 958c59b065
commit 251bf4bd61

View File

@ -378,6 +378,9 @@ export default Vue.extend({
vm.$once('selected', user => {
this.complete('user', user);
});
vm.$once('closed', () => {
this.textarea.focus();
});
}
}
});