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 b1314cd commit b23ea2bCopy full SHA for b23ea2b
src/Electron/Component/WebViewComponentInjection/show-diff-body.ts
@@ -44,6 +44,6 @@
44
diffEl.appendChild(headerEl);
45
diffEl.appendChild(diffContainerEl);
46
47
- const refEl = document.querySelector('.timeline-comment-wrapper .comment .edit-comment-hide');
48
- document.querySelector('.timeline-comment-wrapper .comment').insertBefore(diffEl, refEl);
+ const refEl = document.querySelector('.timeline-comment-group .comment .edit-comment-hide');
+ document.querySelector('.timeline-comment-group .comment').insertBefore(diffEl, refEl);
49
})();
0 commit comments