Adding more top padding to ereader

This commit is contained in:
advplyr 2023-03-06 11:40:00 -06:00
parent bf62b82037
commit f594b734c0
3 changed files with 9 additions and 9 deletions

View file

@ -70,9 +70,9 @@ export default {
}
},
methods: {
clickBg(vm, ev) {
clickBg(ev) {
if (this.processing && this.persistent) return
if (vm.srcElement.classList.contains('modal-bg')) {
if (ev && ev.srcElement && ev.srcElement.classList.contains('modal-bg')) {
this.show = false
}
},