Skip to content

Commit c2aad64

Browse files
committed
fix: open two same tabs on firefox
close #19629
1 parent ee409ea commit c2aad64

File tree

1 file changed

+1
-0
lines changed
  • packages/react-devtools-extensions/popups

1 file changed

+1
-0
lines changed

packages/react-devtools-extensions/popups/shared.js

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ document.addEventListener('DOMContentLoaded', function() {
1111
const location = ln.href;
1212
ln.onclick = function() {
1313
chrome.tabs.create({active: true, url: location});
14+
return false;
1415
};
1516
})();
1617
}

0 commit comments

Comments
 (0)