Tweaks to floating date header fading

This commit is contained in:
Evan Hahn 2022-01-28 12:31:20 -06:00 committed by GitHub
parent a34291f9dc
commit bd41bdf3cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 18 deletions

View file

@ -501,7 +501,7 @@ export class Timeline extends React.PureComponent<PropsType, StateType> {
}
this.hasRecentlyScrolledTimeout = setTimeout(() => {
this.setState({ hasRecentlyScrolled: false });
}, 1000);
}, 3000);
this.updateScrollMetrics(data);
this.updateWithVisibleRows();