Follow-up
This commit is contained in:
parent
996ab11408
commit
9b3f881f46
@ -137,7 +137,7 @@ const ChatFolders: FC<OwnProps & StateProps & DispatchProps> = ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return captureEvents(transitionRef.current, {
|
return captureEvents(transitionRef.current, {
|
||||||
selectorToPreventScroll: '.Profile',
|
selectorToPreventScroll: '.chat-list',
|
||||||
onSwipe: ((e, direction) => {
|
onSwipe: ((e, direction) => {
|
||||||
if (direction === SwipeDirection.Left) {
|
if (direction === SwipeDirection.Left) {
|
||||||
setActiveChatFolder(Math.min(activeChatFolder + 1, folderTabs.length - 1));
|
setActiveChatFolder(Math.min(activeChatFolder + 1, folderTabs.length - 1));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user