We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4042a2a + 12536d7 commit e35ffeeCopy full SHA for e35ffee
src/miraktest-miyou/index.tsx
@@ -281,6 +281,7 @@ const main: InitPlugin = {
281
}
282
const text = trimCommentForFlow(comment.text)
283
if (text.length === 0) {
284
+ index++
285
continue
286
287
if (isDplayerFound) {
src/miraktest-nico/index.tsx
@@ -230,6 +230,7 @@ const main: InitPlugin = {
230
231
const text = trimCommentForFlow(comment.content)
232
233
234
235
236
const { color, position } = parseMail(comment.mail)
0 commit comments