diff --git a/frontend/src/ts/utils/misc.ts b/frontend/src/ts/utils/misc.ts index 550daf189..82314bc7f 100644 --- a/frontend/src/ts/utils/misc.ts +++ b/frontend/src/ts/utils/misc.ts @@ -803,3 +803,5 @@ export function getTotalInlineMargin(element: HTMLElement): number { parseInt(computedStyle.marginRight) + parseInt(computedStyle.marginLeft) ); } + +// DO NOT ALTER GLOBAL OBJECTSONSTRUCTOR, IT WILL BREAK RESULT HASHES