From 1f0a7211016b004fea22f8188cf47f7f139d6d41 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 21 Nov 2022 01:08:25 -0500 Subject: [PATCH] Fix focus stealing in item box (#2885) Port of #2895 --- chrome/content/zotero/elements/itemBox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/elements/itemBox.js b/chrome/content/zotero/elements/itemBox.js index bef788e824..d5fb02a4b4 100644 --- a/chrome/content/zotero/elements/itemBox.js +++ b/chrome/content/zotero/elements/itemBox.js @@ -304,6 +304,7 @@ } this._item = val; + this._lastTabIndex = null; this.scrollToTop(); this.refresh(); }