@d-i-t-a/reader 2.3.4 → 2.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -52998,6 +52998,7 @@ var ConsumptionModule = class {
52998
52998
  this.readingSessions = [];
52999
52999
  this.startResearchTimer = void 0;
53000
53000
  clearInterval(this.readingSessionsInterval);
53001
+ clearInterval(this.timer);
53001
53002
  }
53002
53003
  }
53003
53004
  startIdleTimer() {