1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 08:36:00 +02: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();
});