mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-08 13:55:28 +02:00
Fix:Library collapsed series to respect ignore prefixes setting #866
This commit is contained in:
@@ -69,6 +69,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
clickedOutside(evt) {
|
||||
if (!this.show) return
|
||||
if (evt) {
|
||||
evt.stopPropagation()
|
||||
evt.preventDefault()
|
||||
|
||||
Reference in New Issue
Block a user