We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ca119 commit 0712d9fCopy full SHA for 0712d9f
src/stats/StatsManager.ts
@@ -120,7 +120,7 @@ export default class StatsManager {
120
this.vaultStats.history[this.today].totalSentences +=
121
currentSentences - modFiles[fileName].sentences.current;
122
this.vaultStats.history[this.today].totalPages +=
123
- currentSentences - modFiles[fileName].pages.current;
+ currentPages - modFiles[fileName].pages.current;
124
modFiles[fileName].words.current = currentWords;
125
modFiles[fileName].characters.current = currentCharacters;
126
modFiles[fileName].sentences.current = currentSentences;
0 commit comments