浏览代码

Fix unread indicator not updating for notifications (#11923)

Regression from #11898
master^2
Eugen Rochko 4 年前
committed by GitHub
父节点
当前提交
50b9276330
找不到此签名对应的密钥 GPG 密钥 ID: 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 = () => {


正在加载...
取消
保存