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));