Fix quick search does not re-run when changing mode
This commit is contained in:
parent
3e489b5f00
commit
365e97ba1e
1 changed files with 1 additions and 3 deletions
|
@ -110,9 +110,7 @@
|
|||
Zotero.Prefs.set("search.quicksearch-mode", mode);
|
||||
this.updateMode();
|
||||
|
||||
if (this.value) {
|
||||
this.dispatchEvent(new Event('command'));
|
||||
}
|
||||
this.dispatchEvent(new Event('command'));
|
||||
});
|
||||
|
||||
popup.append(item);
|
||||
|
|
Loading…
Reference in a new issue