Bypass a MAC bug

This commit is contained in:
Ilya Ig. Petrov 2018-05-03 22:44:34 +05:00
parent e9edd324fc
commit 7b98ed1ce7

View File

@ -49,7 +49,7 @@ chrome.runtime.getBackgroundPage( (bgWindow) =>
);
// READY TO RENDER
document.documentElement.style.display = 'initial';
setTimeout(() => { document.documentElement.style.display = 'initial'; }, 200); // Mac bug: https://bugs.chromium.org/p/chromium/issues/detail?id=428044
}
)