mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Place inline diff comment dialogs on split diff in 4th and 8th columns (#18403)
Fix #18391 Fix #18320 Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
		@@ -496,9 +496,11 @@ export function initRepoPullRequestReview() {
 | 
			
		||||
        <tr class="add-comment" data-line-type="${lineType}">
 | 
			
		||||
          ${isSplit ? `
 | 
			
		||||
            <td class="lines-num"></td>
 | 
			
		||||
            <td class="lines-escape"></td>
 | 
			
		||||
            <td class="lines-type-marker"></td>
 | 
			
		||||
            <td class="add-comment-left"></td>
 | 
			
		||||
            <td class="lines-num"></td>
 | 
			
		||||
            <td class="lines-escape"></td>
 | 
			
		||||
            <td class="lines-type-marker"></td>
 | 
			
		||||
            <td class="add-comment-right"></td>
 | 
			
		||||
          ` : `
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user