regexp tester: switch to existing tabs also in other windows
This commit is contained in:
parent
135d8d9c54
commit
e4cd984061
|
@ -170,7 +170,10 @@ var regExpTester = (() => {
|
||||||
$('.regexp-report').onclick = event => {
|
$('.regexp-report').onclick = event => {
|
||||||
const target = event.target.closest('a, .regexp-report div');
|
const target = event.target.closest('a, .regexp-report div');
|
||||||
if (target) {
|
if (target) {
|
||||||
openURL({url: target.href || target.textContent});
|
openURL({
|
||||||
|
url: target.href || target.textContent,
|
||||||
|
currentWindow: null,
|
||||||
|
});
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user