Fix ScrollPanel data-scrollbar not responding to window resizing (#7841)
This commit is contained in:
parent
6fccd6b183
commit
29c1c8d1e1
2 changed files with 17 additions and 6 deletions
|
@ -47,10 +47,6 @@ export default class AutoHideScrollbar extends React.Component<IProps> {
|
|||
}
|
||||
}
|
||||
|
||||
public getScrollTop(): number {
|
||||
return this.containerRef.current.scrollTop;
|
||||
}
|
||||
|
||||
public render() {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
const { className, onScroll, onWheel, style, tabIndex, wrappedRef, children, ...otherProps } = this.props;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue