merge translations

This commit is contained in:
advplyr
2022-11-08 18:11:03 -06:00
4 changed files with 151 additions and 151 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ class LibraryController {
lastRange.end = currentSequence
}
else {
ranges.push({ start: currentSequence, end: currentSequence, isNumber: isNaN(currentSequence) })
ranges.push({ start: currentSequence, end: currentSequence, isNumber: isNumber })
}
return ranges