Просмотр исходного кода

Fix unread indicator not updating for notifications (#11923)

Regression from #11898
master^2
Eugen Rochko 4 лет назад
committed by GitHub
Родитель
Сommit
50b9276330
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 0 добавлений и 4 удалений
  1. +0
    -4
      app/javascript/mastodon/components/scrollable_list.js

+ 0
- 4
app/javascript/mastodon/components/scrollable_list.js Просмотреть файл

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

detachFullscreenListener(this.onFullScreenChange);

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

onFullScreenChange = () => {


Загрузка…
Отмена
Сохранить