Skip to content

Commit

Permalink
Close popup on settings open
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyjanenorton committed Sep 26, 2024
1 parent 1415408 commit b651a80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/iconbutton.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ export class IconLinkButton extends LitElement {
browser.tabs.create({
url: this.href,
});
window.close();

}
render() {
return html`
Expand Down

0 comments on commit b651a80

Please sign in to comment.