@d-i-t-a/reader 2.3.5 → 2.3.6
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 +5 -1
- package/dist/esm/index.js.map +2 -2
- package/dist/reader.js +1 -1
- package/dist/reader.js.map +2 -2
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -53005,7 +53005,11 @@ var ConsumptionModule = class {
|
|
|
53005
53005
|
this.currSeconds++;
|
|
53006
53006
|
if (this.currSeconds === this.properties.idleTimeout) {
|
|
53007
53007
|
this.api?.idleSince(this.currSeconds);
|
|
53008
|
-
this.
|
|
53008
|
+
if (this.startResearchTimer !== void 0) {
|
|
53009
|
+
this.updateResearchSession();
|
|
53010
|
+
} else {
|
|
53011
|
+
this.startResearchSession();
|
|
53012
|
+
}
|
|
53009
53013
|
}
|
|
53010
53014
|
if (this.currSeconds === this.properties.idleTimeout + this.properties.responseTimeout) {
|
|
53011
53015
|
this.endResearchSession();
|