mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-19 21:33:21 +00:00
Fix unread indicator not updating for notifications (#11923)
Regression from #11898
This commit is contained in:
parent
0d2b60ab8b
commit
50b9276330
|
@ -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…
Reference in a new issue