Fix:Back button closing modals and fullscreen player #535

This commit is contained in:
advplyr 2023-01-31 14:50:26 -06:00
parent 152cce2e9e
commit ebd65b4fa7
2 changed files with 7 additions and 6 deletions

View file

@ -849,7 +849,7 @@ export default {
document.documentElement.style.setProperty('--title-author-left-offset-collapsed', 24 + coverImageWidthCollapsed + 'px')
},
minimizePlayerEvt() {
this.showFullscreen = false
this.collapseFullscreen()
},
showProgressSyncIsFailing() {
this.syncStatus = this.$constants.SyncStatus.FAILED