Firefox fixes nr. 2

This commit is contained in:
tobspr 2020-05-25 12:04:25 +02:00
parent d2903f5606
commit 4170874f3d
1 changed files with 3 additions and 8 deletions

View File

@ -28,14 +28,9 @@ export class PlatformWrapperImplBrowser extends PlatformWrapperInterface {
this.embedProvider.iframed = true;
this.embedProvider.iogLink = false;
window.addEventListener(
"mousedown",
() => {
console.log("Firefox fix: focusing window");
window.focus();
},
true
);
logger.log("Running focus-fix automatically");
window.focus();
setInterval(() => window.focus(), 1000);
switch (providerId) {
case "armorgames": {