pl-fe: reduce default threshold for scroll top button
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
7c1d237222
commit
d74c18aab9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const ScrollTopButton: React.FC<IScrollTopButton> = ({
|
|||
onClick,
|
||||
count,
|
||||
message,
|
||||
threshold = 400,
|
||||
threshold = 240,
|
||||
autoloadThreshold = 50,
|
||||
}) => {
|
||||
const intl = useIntl();
|
||||
|
|
Loading…
Reference in a new issue