Fix:Clicking series item in list view when collapsing series #877

This commit is contained in:
advplyr 2023-10-07 13:39:47 -05:00
parent 46f558d6e0
commit 6b164bdb27
5 changed files with 17 additions and 95 deletions

View file

@ -51,9 +51,6 @@ export default {
if (this.bookCoverAspectRatio === 1) return this.width / (120 * 1.6 * 2)
return this.width / 240
},
showExperimentalFeatures() {
return this.store.state.showExperimentalFeatures
},
store() {
return this.$store || this.$nuxt.$store
},