forked from mirrors/gecko-dev
Bug 1751674 - Appease eslint.
MANUAL PUSH: Trivial tweak CLOSED TREE
This commit is contained in:
parent
7aa9538490
commit
a5779bc197
1 changed files with 2 additions and 1 deletions
|
|
@ -65,7 +65,8 @@ class PromptFactory {
|
|||
|
||||
if (className === "HTMLSelectElement") {
|
||||
if (target.multiple) {
|
||||
return this._handleSelect(target);
|
||||
this._handleSelect(target);
|
||||
return;
|
||||
}
|
||||
// non-multiple select is handled by mozshowdropdown.
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue