mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix:Library item edit modal clear loading indicator when changing tabs
This commit is contained in:
		
							parent
							
								
									3900db14d3
								
							
						
					
					
						commit
						cd57667444
					
				| @ -231,8 +231,10 @@ export default { | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     selectTab(tab) { |     selectTab(tab) { | ||||||
|  |       if (this.selectedTab === tab) return | ||||||
|       if (this.availableTabs.find((t) => t.id === tab)) { |       if (this.availableTabs.find((t) => t.id === tab)) { | ||||||
|         this.selectedTab = tab |         this.selectedTab = tab | ||||||
|  |         this.processing = false | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     libraryItemUpdated(expandedLibraryItem) { |     libraryItemUpdated(expandedLibraryItem) { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user