Skip to content
Snippets Groups Projects
Unverified Commit b4410744 authored by tamaina's avatar tamaina Committed by GitHub
Browse files

oops

parent 8f518eba
No related branches found
No related tags found
No related merge requests found
......@@ -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?) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment