1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Further firefox fixes

This commit is contained in:
tobspr
2020-05-25 12:15:52 +02:00
parent 4170874f3d
commit bf8b3253b9
4 changed files with 11 additions and 6 deletions

View File

@@ -28,10 +28,6 @@ export class PlatformWrapperImplBrowser extends PlatformWrapperInterface {
this.embedProvider.iframed = true;
this.embedProvider.iogLink = false;
logger.log("Running focus-fix automatically");
window.focus();
setInterval(() => window.focus(), 1000);
switch (providerId) {
case "armorgames": {
this.embedProvider.id = "armorgames";