Disable parallax in profile due to broken Chrome

This commit is contained in:
morethanwords 2021-09-25 12:14:02 +04:00
parent 7c4a8b4bbe
commit aaa0c0ddbb

View File

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