forked from FoundKeyGang/FoundKey
Improve usability
This commit is contained in:
parent
958c59b065
commit
251bf4bd61
1 changed files with 3 additions and 0 deletions
|
@ -378,6 +378,9 @@ export default Vue.extend({
|
||||||
vm.$once('selected', user => {
|
vm.$once('selected', user => {
|
||||||
this.complete('user', user);
|
this.complete('user', user);
|
||||||
});
|
});
|
||||||
|
vm.$once('closed', () => {
|
||||||
|
this.textarea.focus();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue