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:
		
					parent
					
						
							
								fcad9fd19f
							
						
					
				
			
			
				commit
				
					
						738f2af527
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -189,13 +189,13 @@ function initRepoDiffShowMore() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
export function initRepoDiffView() {
 | 
			
		||||
  initRepoDiffConversationForm();
 | 
			
		||||
  const diffFileList = $('#diff-file-list');
 | 
			
		||||
  if (diffFileList.length === 0) return;
 | 
			
		||||
  initDiffFileTree();
 | 
			
		||||
  initRepoDiffShowMore();
 | 
			
		||||
  initRepoDiffReviewButton();
 | 
			
		||||
  initRepoDiffFileViewToggle();
 | 
			
		||||
  initRepoDiffConversationForm();
 | 
			
		||||
  initViewedCheckboxListenerFor();
 | 
			
		||||
  initExpandAndCollapseFilesButton();
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue