pl-fe: reduce default threshold for scroll top button

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-11-26 19:46:21 +01:00
parent 7c1d237222
commit d74c18aab9

View file

@ -24,7 +24,7 @@ const ScrollTopButton: React.FC<IScrollTopButton> = ({
onClick,
count,
message,
threshold = 400,
threshold = 240,
autoloadThreshold = 50,
}) => {
const intl = useIntl();