1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 23:15:47 +02:00
This commit is contained in:
syuilo
2018-07-18 01:22:11 +09:00
parent a053e1c1de
commit 3c678f0e92

View File

@@ -114,7 +114,7 @@ export default Vue.extend({
this.tick();
requestAnimationFrame(update);
}
});
};
update();
},