1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 13:37:29 -06: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.$nextTick(() => {
this.focus(); this.focus();
}); });