fix(core): update
This commit is contained in:
@ -62,6 +62,7 @@ export class Timer {
|
||||
|
||||
public pause() {
|
||||
clearTimeout(this.currentTimeout);
|
||||
this.currentTimeout = null;
|
||||
this.pausedAt = TimeStamp.fromTimeStamp(this.startedAt);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user