Skip to content
Snippets Groups Projects
Commit 251bf4bd authored by syuilo's avatar syuilo
Browse files

Improve usability

parent 958c59b0
No related branches found
No related tags found
No related merge requests found
......@@ -378,6 +378,9 @@ export default Vue.extend({
vm.$once('selected', user => {
this.complete('user', user);
});
vm.$once('closed', () => {
this.textarea.focus();
});
}
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment