mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-11-03 19:07:00 -05:00 
			
		
		
		
	Update:Remain on same tab in item edit modal when navigating next/prev #867
This commit is contained in:
		
							parent
							
								
									21e1f62c65
								
							
						
					
					
						commit
						45cd39ac0c
					
				@ -190,7 +190,6 @@ export default {
 | 
			
		||||
      if (prevBook) {
 | 
			
		||||
        this.unregisterListeners()
 | 
			
		||||
        this.libraryItem = prevBook
 | 
			
		||||
        this.selectedTab = 'details'
 | 
			
		||||
        this.$store.commit('setSelectedLibraryItem', prevBook)
 | 
			
		||||
        this.$nextTick(this.registerListeners)
 | 
			
		||||
      } else {
 | 
			
		||||
@ -210,7 +209,6 @@ export default {
 | 
			
		||||
      if (nextBook) {
 | 
			
		||||
        this.unregisterListeners()
 | 
			
		||||
        this.libraryItem = nextBook
 | 
			
		||||
        this.selectedTab = 'details'
 | 
			
		||||
        this.$store.commit('setSelectedLibraryItem', nextBook)
 | 
			
		||||
        this.$nextTick(this.registerListeners)
 | 
			
		||||
      } else {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user