Skip to content

Commit b23ea2b

Browse files
committed
fix(show-diff-body): issue body class name
1 parent b1314cd commit b23ea2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Electron/Component/WebViewComponentInjection/show-diff-body.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
diffEl.appendChild(headerEl);
4545
diffEl.appendChild(diffContainerEl);
4646

47-
const refEl = document.querySelector('.timeline-comment-wrapper .comment .edit-comment-hide');
48-
document.querySelector('.timeline-comment-wrapper .comment').insertBefore(diffEl, refEl);
47+
const refEl = document.querySelector('.timeline-comment-group .comment .edit-comment-hide');
48+
document.querySelector('.timeline-comment-group .comment').insertBefore(diffEl, refEl);
4949
})();

0 commit comments

Comments
 (0)