Skip to content

Commit

Permalink
šŸ› Fix issue where panel wasn't cancelled forcefully when command trigā€¦
Browse files Browse the repository at this point in the history
ā€¦gered inside
  • Loading branch information
kierandrewett committed Dec 16, 2023
1 parent cb88094 commit c9881bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/panels/content/browser-panel-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class BrowserPanelButton extends BrowserCommandButton {
_onPanelButtonCommand(event) {
const panelArea = /** @type {BrowserPanelArea} */ (this.host);

panelArea.panel.hidePopup(true);
panelArea.panel.hidePopup(true, true);
}

connectedCallback() {
Expand Down

0 comments on commit c9881bc

Please sign in to comment.