dd6ce91f57
* fix: call loadUrl when opening new windows from links * spec: add regression test
3 lines
71 B
JavaScript
3 lines
71 B
JavaScript
window.addEventListener('click', e => {
|
|
console.log('click', e);
|
|
});
|