frontend-rw #1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const ScrollTopButton: React.FC<IScrollTopButton> = ({
|
||||||
onClick,
|
onClick,
|
||||||
count,
|
count,
|
||||||
message,
|
message,
|
||||||
threshold = 400,
|
threshold = 240,
|
||||||
autoloadThreshold = 50,
|
autoloadThreshold = 50,
|
||||||
}) => {
|
}) => {
|
||||||
const intl = useIntl();
|
const intl = useIntl();
|
||||||
|
|
Loading…
Reference in a new issue