Skip to content

Commit

Permalink
Merge pull request #1996 from nextcloud/backport/1992/stable3
Browse files Browse the repository at this point in the history
[stable3] AppNavigationItem: hide utils if edit mode is active
  • Loading branch information
korelstar authored Jun 1, 2021
2 parents 10b223d + ee5355d commit 4d6ac29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppNavigationItem/AppNavigationItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Just set the `pinned` prop.
</div>

<!-- Counter and Actions -->
<div v-if="hasUtils" class="app-navigation-entry__utils">
<div v-if="hasUtils && !editingActive" class="app-navigation-entry__utils">
<div v-if="$slots.counter"
class="app-navigation-entry__counter-wrapper">
<slot name="counter" />
Expand Down

0 comments on commit 4d6ac29

Please sign in to comment.