fix focusout on offset / not panel
This commit is contained in:
parent
a653f322b3
commit
73c4772808
|
|
@ -227,7 +227,7 @@ function inventreeDocReady() {
|
|||
});
|
||||
|
||||
// kill notification watcher if focus is lost -> respect your users cycles
|
||||
$(document).focusout(function(){
|
||||
$(document).blur(function(){
|
||||
stopNotificationWatcher();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue