Skip to content

Commit

Permalink
hide utils if edit mode is active
Browse files Browse the repository at this point in the history
  • Loading branch information
korelstar authored and backportbot[bot] committed Jun 1, 2021
1 parent 10b223d commit ee5355d
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 ee5355d

Please sign in to comment.