Don't focus previous row when choosing autocompleted creator
https://forums.zotero.org/discussion/71310/
This commit is contained in:
parent
94271325d7
commit
ce834fc5f3
1 changed files with 2 additions and 2 deletions
|
@ -1622,8 +1622,8 @@
|
|||
textbox.getAttribute('fieldname').split('-');
|
||||
|
||||
if (stayFocused) {
|
||||
this._lastTabIndex = parseInt(textbox.getAttribute('ztabindex')) - 1;
|
||||
this._tabDirection = 1;
|
||||
this._lastTabIndex = parseInt(textbox.getAttribute('ztabindex'));
|
||||
this._tabDirection = false;
|
||||
}
|
||||
|
||||
var creator = Zotero.Creators.get(creatorID);
|
||||
|
|
Loading…
Reference in a new issue