Przeglądaj źródła

Fix unread indicator not updating for notifications (#11923)

Regression from #11898
master^2
Eugen Rochko 4 lat temu
committed by GitHub
rodzic
commit
50b9276330
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 4 usunięć
  1. +0
    -4
      app/javascript/mastodon/components/scrollable_list.js

+ 0
- 4
app/javascript/mastodon/components/scrollable_list.js Wyświetl plik

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

detachFullscreenListener(this.onFullScreenChange);

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

onFullScreenChange = () => {


Ładowanie…
Anuluj
Zapisz