remove
This commit is contained in:
commit
680e061987
1 changed files with 4 additions and 0 deletions
|
@ -579,6 +579,10 @@
|
||||||
let bodyEl = bodyContentEl.parentElement;
|
let bodyEl = bodyContentEl.parentElement;
|
||||||
let bodyContentHeight = bodyContentEl.offsetHeight;
|
let bodyContentHeight = bodyContentEl.offsetHeight;
|
||||||
let bodyHeight = bodyEl.offsetHeight;
|
let bodyHeight = bodyEl.offsetHeight;
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
let scrollBarWidth = 0;
|
||||||
|
>>>>>>> b3ef1c6358515d40e17eb162afd30fc427f0c885
|
||||||
|
|
||||||
this.showVerticalScrollBar = this.bodyHeight? bodyHeight - (this.showHorizontalScrollBar?this.scrollBarWidth:0) < bodyContentHeight : false;
|
this.showVerticalScrollBar = this.bodyHeight? bodyHeight - (this.showHorizontalScrollBar?this.scrollBarWidth:0) < bodyContentHeight : false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue