|
@@ -51,7 +51,7 @@ export default {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
window.addEventListener('blur',(e)=>{
|
|
window.addEventListener('blur',(e)=>{
|
|
- if(!this.$store.state.app.visibilityState){
|
|
|
|
|
|
+ if(this.$store.state.app.visibilityState){
|
|
this.$store.state.app.visibilityState = false
|
|
this.$store.state.app.visibilityState = false
|
|
}
|
|
}
|
|
})
|
|
})
|