fx-compat: Don't focus dropdown in quick search textbox
To match old behavior and fix autofocus.
This commit is contained in:
parent
d018133e9b
commit
f8ac57bdb1
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@
|
|||
|
||||
let dropmarker = document.createXULElement('button');
|
||||
dropmarker.id = "zotero-tb-search-menu-button";
|
||||
dropmarker.tabIndex = -1;
|
||||
dropmarker.setAttribute("type", "menu");
|
||||
dropmarker.append(this.searchModePopup);
|
||||
|
||||
|
|
Loading…
Reference in a new issue