get scrolltop and scrollevent out of autohide/indicator scrollbar
This commit is contained in:
parent
de8cd88418
commit
3ce2309ae2
2 changed files with 9 additions and 0 deletions
|
@ -59,6 +59,10 @@ export default class IndicatorScrollbar extends React.Component {
|
|||
}
|
||||
}
|
||||
|
||||
getScrollTop() {
|
||||
return this._autoHideScrollbar.getScrollTop();
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
if (this._scrollElement) {
|
||||
this._scrollElement.removeEventListener("scroll", this.checkOverflow);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue