Skip to content

Commit

Permalink
fix: open two same tabs on firefox (#19632)
Browse files Browse the repository at this point in the history
close #19629
  • Loading branch information
unbyte committed Aug 18, 2020
1 parent ee409ea commit 24f1923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-devtools-extensions/popups/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ document.addEventListener('DOMContentLoaded', function() {
const location = ln.href;
ln.onclick = function() {
chrome.tabs.create({active: true, url: location});
return false;
};
})();
}
Expand Down

0 comments on commit 24f1923

Please sign in to comment.