diff --git a/frontend/src/app/framework/angular/tab-router-link.directive.ts b/frontend/src/app/framework/angular/tab-router-link.directive.ts index 3ab2cd319..60abcbd63 100644 --- a/frontend/src/app/framework/angular/tab-router-link.directive.ts +++ b/frontend/src/app/framework/angular/tab-router-link.directive.ts @@ -30,7 +30,7 @@ export class TabRouterlinkDirective { relativeTo: this.route, }); - if (event.ctrlKey) { + if (event.ctrlKey || event.metaKey) { const url = this.router.serializeUrl(urlTree); window.open(url, '_blank');