mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-19 18:25:06 +02:00
Fix epub reader
This commit is contained in:
parent
f594b734c0
commit
cb5d32bbb9
3 changed files with 7 additions and 16 deletions
|
@ -72,7 +72,7 @@ export default {
|
|||
methods: {
|
||||
clickBg(ev) {
|
||||
if (this.processing && this.persistent) return
|
||||
if (ev && ev.srcElement && ev.srcElement.classList.contains('modal-bg')) {
|
||||
if (ev && ev.srcElement && ev.srcElement.classList && ev.srcElement.classList.contains('modal-bg')) {
|
||||
this.show = false
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue