mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	fix focusout on offset / not panel
This commit is contained in:
		| @@ -227,7 +227,7 @@ function inventreeDocReady() { | ||||
|     }); | ||||
|  | ||||
|     // kill notification watcher if focus is lost -> respect your users cycles | ||||
|     $(document).focusout(function(){ | ||||
|     $(document).blur(function(){ | ||||
|         stopNotificationWatcher(); | ||||
|     }); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user