Only close ExamineLogModal when clicked outside
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone Build is passing
				
			This commit is contained in:
		| @@ -83,7 +83,7 @@ export default { | |||||||
|       params.api.sizeColumnsToFit() |       params.api.sizeColumnsToFit() | ||||||
|     }, |     }, | ||||||
|     close (e) { |     close (e) { | ||||||
|       if (e.target.className !== "ag-cell-value") { |       if (e.target.className === "v-overlay__scrim") { | ||||||
|         this.closeModal() |         this.closeModal() | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user