Bypass rageshake when warning about devtools (#7717)
This commit is contained in:
parent
78373e86ea
commit
ddb15cb19e
2 changed files with 14 additions and 1 deletions
|
@ -527,7 +527,8 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||
"and contribute!",
|
||||
);
|
||||
|
||||
console.log(
|
||||
global.mx_rage_logger.bypassRageshake(
|
||||
"log",
|
||||
`%c${waitText}\n%c${scamText}\n%c${devText}`,
|
||||
`font-size:${largeFontSize}; color:blue;`,
|
||||
`font-size:${normalFontSize}; color:red;`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue