From 8a033074889c109b8dfca9f6b447d070dff16f4b Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Fri, 29 Aug 2025 09:56:57 +0200 Subject: [PATCH] Profile: Fix infinite scroll --- src/components/right/Profile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/right/Profile.tsx b/src/components/right/Profile.tsx index 1a651f212..c292ef17b 100644 --- a/src/components/right/Profile.tsx +++ b/src/components/right/Profile.tsx @@ -869,7 +869,7 @@ const Profile: FC = ({ ); } - const activeListSelector = `.shared-media-transition > .Transition_slide-active.${resultType}-list`; + const activeListSelector = `.shared-media-transition > .Transition_slide-active .${resultType}-list`; const itemSelector = `${activeListSelector} > .scroll-item`; return (