fx-compat: Item box: Fix tabbing

This commit is contained in:
Abe Jellinek 2022-08-04 17:02:41 -04:00
parent 7a22458ed4
commit fbc2583433

View file

@ -1816,7 +1816,6 @@
Zotero.debug(`Hiding editor for ${textbox.getAttribute('fieldname')}`);
var label = textbox.closest('tr').querySelector('th');
this._lastTabIndex = -1;
// Prevent autocomplete breakage in Firefox 3
if (textbox.mController) {