diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-15 04:17:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-15 04:17:15 +0900 |
| commit | 0f86ba55b0a27be8b0579e89e25f6b51588637ce (patch) | |
| tree | 4e2eca1cac061abec562a28742ffce32c039b277 /src/web/app | |
| parent | v3107 (diff) | |
| download | misskey-0f86ba55b0a27be8b0579e89e25f6b51588637ce.tar.gz misskey-0f86ba55b0a27be8b0579e89e25f6b51588637ce.tar.bz2 misskey-0f86ba55b0a27be8b0579e89e25f6b51588637ce.zip | |
Fix bug
Diffstat (limited to 'src/web/app')
| -rw-r--r-- | src/web/app/desktop/tags/home-widgets/activity.tag | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/web/app/desktop/tags/home-widgets/activity.tag b/src/web/app/desktop/tags/home-widgets/activity.tag index c46b69e14f..2274e84162 100644 --- a/src/web/app/desktop/tags/home-widgets/activity.tag +++ b/src/web/app/desktop/tags/home-widgets/activity.tag @@ -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> |