mirror of
				https://github.com/filebrowser/filebrowser.git
				synced 2025-10-31 17:23:09 +00:00 
			
		
		
		
	fix: delete keyup only if no active prompt (#896)
This commit is contained in:
		
							parent
							
								
									d1efc14bb9
								
							
						
					
					
						commit
						076358ab79
					
				| @ -176,7 +176,8 @@ export default { | ||||
|           !this.isFiles || | ||||
|           this.loading || | ||||
|           !this.user.perm.delete || | ||||
|           (this.isListing && this.selectedCount === 0)) return | ||||
|           (this.isListing && this.selectedCount === 0) || | ||||
|           this.$store.state.show != null) return | ||||
| 
 | ||||
|         this.$store.commit('showHover', 'delete') | ||||
|       } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Miroslav Šedivý
						Miroslav Šedivý