Skip to content

Commit c9881bc

Browse files
committed
šŸ› Fix issue where panel wasn't cancelled forcefully when command triggered inside
1 parent cb88094 commit c9881bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ā€Žcomponents/panels/content/browser-panel-button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class BrowserPanelButton extends BrowserCommandButton {
1414
_onPanelButtonCommand(event) {
1515
const panelArea = /** @type {BrowserPanelArea} */ (this.host);
1616

17-
panelArea.panel.hidePopup(true);
17+
panelArea.panel.hidePopup(true, true);
1818
}
1919

2020
connectedCallback() {

0 commit comments

Comments
Ā (0)