summaryrefslogtreecommitdiffstats
path: root/web_src/js/features
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2022-01-25 12:18:30 +0000
committerGitHub <noreply@github.com>2022-01-25 12:18:30 +0000
commit93250bfe278f46f0344f513a13b1b396eddb7406 (patch)
tree0a707b8ac730adf6a74775c7b068252a430c9c95 /web_src/js/features
parent6392f4691af7db20a2ad81ec19408fa9377a5cd1 (diff)
downloadgitea-93250bfe278f46f0344f513a13b1b396eddb7406.tar.gz
gitea-93250bfe278f46f0344f513a13b1b396eddb7406.zip
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>
Diffstat (limited to 'web_src/js/features')
-rw-r--r--web_src/js/features/repo-issue.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web_src/js/features/repo-issue.js b/web_src/js/features/repo-issue.js
index 4bdf953822..0523c3fb01 100644
--- a/web_src/js/features/repo-issue.js
+++ b/web_src/js/features/repo-issue.js
@@ -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>
` : `