mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Remove extraneous true
This commit is contained in:
parent
e6b20088c0
commit
baccabeae4
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue