Ver código fonte

Fix unread indicator not updating for notifications (#11923)

Regression from #11898
master^2
Eugen Rochko 4 anos atrás
committed by GitHub
pai
commit
50b9276330
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 0 adições e 4 exclusões
  1. +0
    -4
      app/javascript/mastodon/components/scrollable_list.js

+ 0
- 4
app/javascript/mastodon/components/scrollable_list.js Ver arquivo

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

detachFullscreenListener(this.onFullScreenChange);

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

onFullScreenChange = () => {


Carregando…
Cancelar
Salvar