mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 22:37:50 +00:00
Bug 802549 - Avoid showing dropdown while fading toolbar out (r=mfinkle)
This commit is contained in:
parent
1b3f4cf9af
commit
295c301620
@ -630,6 +630,9 @@ AboutReader.prototype = {
|
||||
|
||||
aEvent.stopPropagation();
|
||||
|
||||
if (!this._getToolbarVisibility())
|
||||
return;
|
||||
|
||||
let dropdownClasses = dropdown.classList;
|
||||
|
||||
if (dropdownClasses.contains("open")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user