Browse Source

Fix unread indicator not updating for notifications (#11923)

Regression from #11898
master^2
Eugen Rochko 4 years ago
committed by GitHub
parent
commit
50b9276330
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      app/javascript/mastodon/components/scrollable_list.js

+ 0
- 4
app/javascript/mastodon/components/scrollable_list.js View File

@@ -201,10 +201,6 @@ export default class ScrollableList extends PureComponent {
this.detachIntersectionObserver(); this.detachIntersectionObserver();


detachFullscreenListener(this.onFullScreenChange); detachFullscreenListener(this.onFullScreenChange);

if (this.props.onScrollToTop) {
this.props.onScrollToTop();
}
} }


onFullScreenChange = () => { onFullScreenChange = () => {


Loading…
Cancel
Save