mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 21:28:04 +02:00
Previously, we sent a command event and a click event. Normally, the command event executes the action, then the click event closes the menu. However, in some cases (e.g. the Library button), there is no command event handler and the mousedown event executes the action instead. Differential Revision: https://phabricator.services.mozilla.com/D29151 --HG-- extra : moz-landing-system : lando |
||
|---|---|---|
| .. | ||
| content | ||
| test | ||
| CustomizableUI.jsm | ||
| CustomizableWidgets.jsm | ||
| CustomizeMode.jsm | ||
| DragPositionManager.jsm | ||
| moz.build | ||
| PanelMultiView.jsm | ||
| SearchWidgetTracker.jsm | ||