mirror of
				https://github.com/tobspr/shapez.io.git
				synced 2025-06-13 13:04:03 +00:00 
			
		
		
		
	Firefox fixes nr. 2
This commit is contained in:
		
							parent
							
								
									d2903f5606
								
							
						
					
					
						commit
						4170874f3d
					
				| @ -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": { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user