From 483409716dea15148289a12ce2b4644a7982e353 Mon Sep 17 00:00:00 2001 From: JonRB <4564448+eeyrjmr@users.noreply.github.com> Date: Tue, 18 Jan 2022 10:28:45 +0000 Subject: [PATCH] Place inline diff comment dialogs in the 4th column. (#18321) Comment dialogs for inline comments should appear in 4th column (not 3rd column), this PR changes the column that the inline review comment is associated with. This problem has occurred due to an unrecognised conflict between #17562 and #17315. Fix as zeripath suggested in #18320 Fix #18320 Co-authored-by: zeripath --- web_src/js/features/repo-issue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/js/features/repo-issue.js b/web_src/js/features/repo-issue.js index 6e57facfd2..59d5e7b286 100644 --- a/web_src/js/features/repo-issue.js +++ b/web_src/js/features/repo-issue.js @@ -500,7 +500,7 @@ export function initRepoPullRequestReview() { ` : ` - + `} `);