Fix integration delayed citations popup timer. Closes #1461
This commit is contained in:
parent
c04b85e746
commit
6c5aa06d6b
1 changed files with 1 additions and 1 deletions
|
@ -2638,7 +2638,7 @@ Zotero.Integration.Timer = class {
|
|||
|
||||
resume() {
|
||||
if (this.pauseTime) {
|
||||
this.startTime += (this.pauseTime - this.startTime);
|
||||
this.startTime += ((new Date()).getTime() - this.pauseTime);
|
||||
this.pauseTime = null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue