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