Skip to content

Commit

Permalink
Merge pull request #3350 from nextcloud/fix/noid/use-menu-open-state
Browse files Browse the repository at this point in the history
Also use menuOpen state in NcAppNavigationItem
  • Loading branch information
szaimen authored Oct 11, 2022
2 parents 735009e + eaa3502 commit b82d4e3
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 @@ -169,7 +169,7 @@ Just set the `pinned` prop.
<!-- Counter and Actions -->
<div v-if="hasUtils && !editingActive"
class="app-navigation-entry__utils"
:class="{'app-navigation-entry__utils--display-actions': forceDisplayActions || menuOpenLocalValue}">
:class="{'app-navigation-entry__utils--display-actions': forceDisplayActions || menuOpenLocalValue || menuOpen }">
<div v-if="$slots.counter"
class="app-navigation-entry__counter-wrapper">
<slot name="counter" />
Expand Down

0 comments on commit b82d4e3

Please sign in to comment.