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 2e93c33 commit 0780ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcAppNavigationItem/NcAppNavigationItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ export default {
// Always forward native event
this.$emit('click', event)
//If no links are defined, and collapsing is enabled, we want it to collapse
// If no links are defined, and collapsing is enabled, we want it to collapse
if (this.to === null && this.href === null && this.collapsible === true) {
this.open = !this.open
event.preventDefault()
Expand Down

0 comments on commit 0780ed6

Please sign in to comment.