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 195fba2 commit bbf188fCopy full SHA for bbf188f
app-src/scripts/main/global-services/take-a-break-reminder-s.js
@@ -21,7 +21,7 @@
21
let toast;
22
23
this.resetCounter = () => {
24
- this.lastCounterValBeforeReset = this.$rootScope.r.currentSession.timeWorkedWithoutBreak;
+ this.lastCounterValBeforeReset = $rootScope.r.currentSession.timeWorkedWithoutBreak;
25
$rootScope.r.currentSession.timeWorkedWithoutBreak = undefined;
26
};
27
0 commit comments