When you click on notification focus that tab on the browser
The normal experience is when you click on the notification is it brings that pane/tab into focus. I just assigned to olivier because he worked on the notifications. Thanks!
notification.onclick = () => { parent.focus(); window.focus(); //just in case, older browsers // .... };