Skip to content

Commit

Permalink
Fix origin comment referencing bug for filter "likes"
Browse files Browse the repository at this point in the history
  • Loading branch information
pc035860 committed Jun 29, 2024
1 parent 60b57b5 commit a98286c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-resources/wresources.js
Original file line number Diff line number Diff line change
Expand Up @@ -11427,7 +11427,7 @@
: 'string' == typeof e &&
a.push({
item: c,
refIndex: s,
refIndex: c._index,
});
}
} else e = parseInt(e);
Expand All @@ -11436,7 +11436,7 @@
((c.commentRenderer.likesForSort = e),
i.push({
item: c,
refIndex: s,
refIndex: c._index,
}));
}
if (
Expand Down

0 comments on commit a98286c

Please sign in to comment.