@ -802,6 +802,18 @@ function openConversationModal(peerAlias, resource) {
@@ -802,6 +802,18 @@ function openConversationModal(peerAlias, resource) {
}
functionrouteOnClick(event){
functionrouteNewTab(event){
if(event.target.href){
// we can't prevent hyperlink navigation on middle button in Firefox via event.preventDefault(), see https://bugzilla.mozilla.org/show_bug.cgi?id=1249970
// so we need to delete href to make element not hyperlink and add it again after 200 ms