diff --git a/package.json b/package.json index 71c34175..4e6be741 100755 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/main.ts b/src/main.ts index f140cde7..4bd3c9b4 100755 --- a/src/main.ts +++ b/src/main.ts @@ -141,7 +141,7 @@ class NiconiComments { right: [], }; this.lastVpos = -1; - this.processedCommentIndex = 0; + this.processedCommentIndex = -1; this.comments = this.preRendering(parsedData);