mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-27 09:59:08 +00:00
don't notify when aux timer is paused (#1003)
This commit is contained in:
committed by
GitHub
parent
a09aa922bb
commit
f43221cf7a
@@ -41,6 +41,7 @@ export class AuxTimerService {
|
|||||||
|
|
||||||
@broadcastReturn
|
@broadcastReturn
|
||||||
pause() {
|
pause() {
|
||||||
|
this.stopInterval();
|
||||||
return this.timer.pause(this.getTime());
|
return this.timer.pause(this.getTime());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user