Meriadec Pillet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
src/components/StickyBackToTop.js
|
@ -69,6 +69,8 @@ class StickyBackToTop extends PureComponent<Props, State> { |
|
|
this.releaseListener() |
|
|
this.releaseListener() |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
_unmounted = false |
|
|
|
|
|
|
|
|
onClick = () => { |
|
|
onClick = () => { |
|
|
const { scrollContainer } = this.props.getGrowScroll() |
|
|
const { scrollContainer } = this.props.getGrowScroll() |
|
|
if (scrollContainer) { |
|
|
if (scrollContainer) { |
|
|