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