We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5358be6 commit 556ffccCopy full SHA for 556ffcc
1 file changed
Github_Comment_Enhancer/Github_Comment_Enhancer.user.js
@@ -1279,7 +1279,7 @@
1279
// For inline comments on commits;
1280
var files = document.querySelectorAll('.diff-table');
1281
Array.prototype.forEach.call(files, function(file) {
1282
- file = file.firstElementChild;
+ file = file.querySelector(".diff-table > tbody");
1283
new MutationObserver(function(mutations) {
1284
mutations.forEach(function(mutation) {
1285
if (mutation.target === file) {
0 commit comments