Skip to content

Commit

Permalink
fix: automatically close browser action popup (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
RossWang committed Dec 20, 2018
1 parent cf9660e commit 2a7a4cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions App/data/action/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function detail() {
browser.tabs.create({
url: ariangUrl
});
window.close();
});
}
});
Expand Down

0 comments on commit 2a7a4cd

Please sign in to comment.