mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	Fix Resolve Conversation not working in Conversation view (#24191)
It only worked in the Files Changed view. Caused by #23639.
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							fcad9fd19f
						
					
				
				
					commit
					738f2af527
				
			| @@ -189,13 +189,13 @@ function initRepoDiffShowMore() { | |||||||
| } | } | ||||||
|  |  | ||||||
| export function initRepoDiffView() { | export function initRepoDiffView() { | ||||||
|  |   initRepoDiffConversationForm(); | ||||||
|   const diffFileList = $('#diff-file-list'); |   const diffFileList = $('#diff-file-list'); | ||||||
|   if (diffFileList.length === 0) return; |   if (diffFileList.length === 0) return; | ||||||
|   initDiffFileTree(); |   initDiffFileTree(); | ||||||
|   initRepoDiffShowMore(); |   initRepoDiffShowMore(); | ||||||
|   initRepoDiffReviewButton(); |   initRepoDiffReviewButton(); | ||||||
|   initRepoDiffFileViewToggle(); |   initRepoDiffFileViewToggle(); | ||||||
|   initRepoDiffConversationForm(); |  | ||||||
|   initViewedCheckboxListenerFor(); |   initViewedCheckboxListenerFor(); | ||||||
|   initExpandAndCollapseFilesButton(); |   initExpandAndCollapseFilesButton(); | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user