mirror of
https://github.com/zotero/zotero.git
synced 2026-09-24 00:51:37 +00:00
Blur edited creator field prior to deletion #1874
Resolves an issue where when trying to remove creator, while it is being edited, next creator is removed instead.
This commit is contained in:
parent
e40fff6a7d
commit
02e4bdfdb0
1 changed files with 1 additions and 1 deletions
|
|
@ -1440,8 +1440,8 @@
|
|||
this._creatorCount--;
|
||||
return;
|
||||
}
|
||||
this.item.removeCreator(index);
|
||||
await this.blurOpenField();
|
||||
this.item.removeCreator(index);
|
||||
await this.item.saveTx();
|
||||
}.bind(this))();
|
||||
]]></body>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue