You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-18 09:22:18 +03:00
Remove extraneous true
This commit is contained in:
@ -131,7 +131,6 @@ export default class LeftPanel2 extends React.Component<IProps, IState> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private doStickyHeaders(list: HTMLDivElement) {
|
private doStickyHeaders(list: HTMLDivElement) {
|
||||||
this.isDoingStickyHeaders = true;
|
|
||||||
const rlRect = list.getBoundingClientRect();
|
const rlRect = list.getBoundingClientRect();
|
||||||
const bottom = rlRect.bottom;
|
const bottom = rlRect.bottom;
|
||||||
const top = rlRect.top;
|
const top = rlRect.top;
|
||||||
|
Reference in New Issue
Block a user