Skip to content

Commit

Permalink
fix: open two same tabs on firefox (facebook#19632)
Browse files Browse the repository at this point in the history
  • Loading branch information
unbyte authored and koto committed Jun 15, 2021
1 parent 377a9da commit 867dfae
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 867dfae

Please sign in to comment.