mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 813199 - Closing a tab with a conditional breakpoint panel open does not hide the panel, r=past
This commit is contained in:
parent
9b0130c036
commit
77b477fe21
@ -204,6 +204,8 @@ create({ constructor: BreakpointsView, proto: MenuContainer.prototype }, {
|
|||||||
this._cbPanel.removeEventListener("popupshown", this._onConditionalPopupShown, false);
|
this._cbPanel.removeEventListener("popupshown", this._onConditionalPopupShown, false);
|
||||||
this._cbPanel.removeEventListener("popuphiding", this._onConditionalPopupHiding, false)
|
this._cbPanel.removeEventListener("popuphiding", this._onConditionalPopupHiding, false)
|
||||||
this._cbTextbox.removeEventListener("keypress", this._onConditionalTextboxKeyPress, false);
|
this._cbTextbox.removeEventListener("keypress", this._onConditionalTextboxKeyPress, false);
|
||||||
|
|
||||||
|
this._cbPanel.hidePopup();
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user