1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-23 15:09:28 -05: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();
},