Browse Source

Disable parallax in profile due to broken Chrome

master
morethanwords 3 years ago
parent
commit
aaa0c0ddbb
  1. 2
      src/components/sidebarRight/tabs/sharedMedia.ts

2
src/components/sidebarRight/tabs/sharedMedia.ts

@ -58,7 +58,7 @@ let setText = (text: string, row: Row) => { @@ -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;

Loading…
Cancel
Save