diff --git a/chrome/content/zotero/elements/itemBox.js b/chrome/content/zotero/elements/itemBox.js index 8c2c2e12f4..2b2c36d68b 100644 --- a/chrome/content/zotero/elements/itemBox.js +++ b/chrome/content/zotero/elements/itemBox.js @@ -1997,7 +1997,10 @@ } if (this.saveOnEdit) { + let savedTabIndex = this._lastTabIndex; + this._lastTabIndex = -1; await this.item.saveTx(); + this._lastTabIndex = savedTabIndex; } }