Skip to content

Commit

Permalink
Update src/components/NcAppNavigationItem/NcAppNavigationItem.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Grigory Vodyanov <scratchx@gmx.com>
  • Loading branch information
GVodyanov and susnux authored Oct 7, 2024
1 parent 0780ed6 commit 7c0f09d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/NcAppNavigationItem/NcAppNavigationItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c0f09d

Please sign in to comment.