We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32edc01 commit d496989Copy full SHA for d496989
web_src/js/features/repo-issue.ts
@@ -188,7 +188,7 @@ export function initRepoIssueCommentDelete() {
188
const side = conversationHolder.getAttribute('data-side');
189
const idx = conversationHolder.getAttribute('data-idx');
190
const lineType = conversationHolder.closest('tr')?.getAttribute('data-line-type');
191
-
+
192
// the conversation holder could appear either on the "Conversation" page, or the "Files Changed" page
193
// on the Conversation page, there is no parent "tr", so no need to do anything for "add-code-comment"
194
if (lineType) {
0 commit comments