From 7c0f09de74004a9b7323ee899d9e42b35333e3f1 Mon Sep 17 00:00:00 2001 From: Grigory Vodyanov Date: Mon, 7 Oct 2024 17:29:19 +0200 Subject: [PATCH] Update src/components/NcAppNavigationItem/NcAppNavigationItem.vue Co-authored-by: Ferdinand Thiessen Signed-off-by: Grigory Vodyanov --- src/components/NcAppNavigationItem/NcAppNavigationItem.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/NcAppNavigationItem/NcAppNavigationItem.vue b/src/components/NcAppNavigationItem/NcAppNavigationItem.vue index 0609436ff1..f02d9f66e1 100644 --- a/src/components/NcAppNavigationItem/NcAppNavigationItem.vue +++ b/src/components/NcAppNavigationItem/NcAppNavigationItem.vue @@ -702,7 +702,6 @@ export default { this.open = !this.open event.preventDefault() } - // Do not navigate with control keys - it is opening in a new tab if (event.metaKey || event.altKey || event.ctrlKey || event.shiftKey) { return