Tweaks to floating date header fading
This commit is contained in:
parent
a34291f9dc
commit
bd41bdf3cb
3 changed files with 28 additions and 18 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue