Merge branch 'advplyr:master' into master

This commit is contained in:
Kaldigo 2022-05-23 22:46:17 +01:00 committed by GitHub
commit c7e3f08d39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -43,7 +43,6 @@ export default {
mixins: [bookshelfCardsHelpers],
data() {
return {
routeName: null,
routeFullPath: null,
initialized: false,
bookshelfHeight: 0,
@ -632,7 +631,6 @@ export default {
mounted() {
this.initListeners()
this.routeName = this.$route.name // beforeDestroy will have the new route name already, so need to store this
this.routeFullPath = window.location.pathname + (window.location.search || '')
},
updated() {