fix focusout on offset / not panel

This commit is contained in:
Matthias 2021-11-30 23:52:02 +01:00
parent a653f322b3
commit 73c4772808
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -227,7 +227,7 @@ function inventreeDocReady() {
}); });
// kill notification watcher if focus is lost -> respect your users cycles // kill notification watcher if focus is lost -> respect your users cycles
$(document).focusout(function(){ $(document).blur(function(){
stopNotificationWatcher(); stopNotificationWatcher();
}); });