I want to Inject https://app.uniswap.org/#/swap.
And I Input “document.body.addEventListener(‘click’,function(event){console.log(event)})” in chrome console.
I can get the event normally by clicking other places. But after clicking to select ETH, in the pop-up module dialog box, I can’t get the event by clicking
I want to know what caused the failure to get the click event