mirror of
https://github.com/zotero/zotero.git
synced 2026-09-25 01:01:20 +00:00
Errors on some file sync requests could hang sync progress
This commit is contained in:
parent
084f671b18
commit
500076ea63
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ Zotero.Sync.Storage.Request.prototype.stop = function (force) {
|
|||
this._forceFinish = true;
|
||||
}
|
||||
|
||||
if (this.channel) {
|
||||
if (this.channel && this.channel.isPending()) {
|
||||
this._stopping = true;
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue