Skip to content

Commit

Permalink
Merge branch 'develop' into fix/fixed-comment-order
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net authored Nov 19, 2024
2 parents 35f886a + ca5b299 commit 6c750f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xpadev-net/niconicomments",
"version": "0.2.71",
"version": "0.2.72",
"description": "NiconiComments is a comment drawing library that is somewhat compatible with the official Nico Nico Douga player.",
"main": "dist/bundle.js",
"types": "dist/bundle.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class NiconiComments {
right: [],
};
this.lastVpos = -1;
this.processedCommentIndex = 0;
this.processedCommentIndex = -1;

this.comments = this.preRendering(parsedData);

Expand Down

0 comments on commit 6c750f5

Please sign in to comment.