1
0
mirror of https://github.com/hotomoe/hotomoe synced 2025-01-18 15:52:52 +09:00
This commit is contained in:
syuilo 2018-09-01 16:23:23 +09:00
parent f1d65a66b4
commit 7559b8da6c

View File

@ -170,6 +170,8 @@ export default Vue.extend({
});
}
this.focus();
this.$nextTick(() => {
this.focus();
});