From 9b3f881f46f12b739b406e29e59ffee618476806 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Sat, 21 Aug 2021 14:56:05 +0300 Subject: [PATCH] Follow-up --- src/components/left/main/ChatFolders.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/left/main/ChatFolders.tsx b/src/components/left/main/ChatFolders.tsx index 05828a8ad..1b0379a84 100644 --- a/src/components/left/main/ChatFolders.tsx +++ b/src/components/left/main/ChatFolders.tsx @@ -137,7 +137,7 @@ const ChatFolders: FC = ({ } return captureEvents(transitionRef.current, { - selectorToPreventScroll: '.Profile', + selectorToPreventScroll: '.chat-list', onSwipe: ((e, direction) => { if (direction === SwipeDirection.Left) { setActiveChatFolder(Math.min(activeChatFolder + 1, folderTabs.length - 1));