Disable parallax in profile due to broken Chrome
This commit is contained in:
parent
7c4a8b4bbe
commit
aaa0c0ddbb
@ -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…
x
Reference in New Issue
Block a user