mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-31 07:09:53 +02:00
Fix:Back button closing modals and fullscreen player #535
This commit is contained in:
parent
152cce2e9e
commit
ebd65b4fa7
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue