From aaa0c0ddbb24b5012a272e9846d23c9e6f3a835a Mon Sep 17 00:00:00 2001 From: morethanwords Date: Sat, 25 Sep 2021 12:14:02 +0400 Subject: [PATCH] Disable parallax in profile due to broken Chrome --- src/components/sidebarRight/tabs/sharedMedia.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sidebarRight/tabs/sharedMedia.ts b/src/components/sidebarRight/tabs/sharedMedia.ts index 0b768a75..516aca7d 100644 --- a/src/components/sidebarRight/tabs/sharedMedia.ts +++ b/src/components/sidebarRight/tabs/sharedMedia.ts @@ -58,7 +58,7 @@ let setText = (text: string, row: Row) => { //}); }; -const PARALLAX_SUPPORTED = !isFirefox; +const PARALLAX_SUPPORTED = !isFirefox && false; export function filterChatPhotosMessages(value: { count: number;