1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-24 14:29:26 -05:00
This commit is contained in:
syuilo 2017-11-15 04:17:15 +09:00
parent 243df9ad1d
commit 0f86ba55b0

View file

@ -23,6 +23,9 @@
this.func = () => {
if (++this.data.design == 3) this.data.design = 0;
this.refs.activity.update({
design: this.data.design
});
this.save();
};
</script>