Remove extraneous true

pull/21833/head
Travis Ralston 2020-07-07 11:34:52 -06:00
parent e6b20088c0
commit baccabeae4
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ export default class LeftPanel2 extends React.Component<IProps, IState> {
}
private doStickyHeaders(list: HTMLDivElement) {
this.isDoingStickyHeaders = true;
const rlRect = list.getBoundingClientRect();
const bottom = rlRect.bottom;
const top = rlRect.top;