mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 05:25:15 +01:00 
			
		
		
		
	Fix the PR review form bug during frontend refactor (#17332)
This commit is contained in:
		
							parent
							
								
									1a7473ff45
								
							
						
					
					
						commit
						7333104e89
					
				@ -21,7 +21,7 @@ export function initRepoDiffFileViewToggle() {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export function initRepoDiffConversationForm() {
 | 
					export function initRepoDiffConversationForm() {
 | 
				
			||||||
  $('.conversation-holder form').on('submit', async (e) => {
 | 
					  $(document).on('submit', '.conversation-holder form', async (e) => {
 | 
				
			||||||
    e.preventDefault();
 | 
					    e.preventDefault();
 | 
				
			||||||
    const form = $(e.target);
 | 
					    const form = $(e.target);
 | 
				
			||||||
    const newConversationHolder = $(await $.post(form.attr('action'), form.serialize()));
 | 
					    const newConversationHolder = $(await $.post(form.attr('action'), form.serialize()));
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user