diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2018-04-16 20:44:55 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-16 20:44:55 +0900 |
| commit | b4410744836e3573f49c5f45e0ee97b12c44556f (patch) | |
| tree | 95187b4b4d0f3fb13780c02bdfd43ccc5869a048 /src/client | |
| parent | Merge pull request #9 from tamaina/pop (diff) | |
| download | misskey-b4410744836e3573f49c5f45e0ee97b12c44556f.tar.gz misskey-b4410744836e3573f49c5f45e0ee97b12c44556f.tar.bz2 misskey-b4410744836e3573f49c5f45e0ee97b12c44556f.zip | |
oops
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/mobile/views/components/timeline.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/app/mobile/views/components/timeline.vue b/src/client/app/mobile/views/components/timeline.vue index 17d5d18ff0..546270db95 100644 --- a/src/client/app/mobile/views/components/timeline.vue +++ b/src/client/app/mobile/views/components/timeline.vue @@ -62,7 +62,10 @@ export default Vue.extend({ this.connection.off('note', this.onNote); this.connection.off('follow', this.onChangeFollowing); this.connection.off('unfollow', this.onChangeFollowing); + this.connection.off('unfollow', this.onChangeFollowing); (this as any).os.stream.dispose(this.connectionId); + + window.removeEventListener('scroll', this.onScroll); }, methods: { fetch(cb?) { |