1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-06 09:34:05 +00:00

Firefox fixes nr. 2

This commit is contained in:
tobspr 2020-05-25 12:04:25 +02:00
parent d2903f5606
commit 4170874f3d

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": {