mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-04 08:25:46 +01:00
Temporarilly back out revision 92e39bb5726c.
This commit is contained in:
@@ -1229,7 +1229,7 @@ var Events = Module("events", {
|
||||
|
||||
popupshown: function onPopupShown(event) {
|
||||
if (event.originalTarget.localName !== "tooltip" && event.originalTarget.id !== "dactyl-visualbell")
|
||||
if (Events.isHidden(event.originalTarget)) {
|
||||
if (false && Events.isHidden(event.originalTarget)) {
|
||||
if (event.originalTarget.hidePopup)
|
||||
event.originalTarget.hidePopup();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user