We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10b223d + ee5355d commit 4d6ac29Copy full SHA for 4d6ac29
1 file changed
src/components/AppNavigationItem/AppNavigationItem.vue
@@ -155,7 +155,7 @@ Just set the `pinned` prop.
155
</div>
156
157
<!-- Counter and Actions -->
158
- <div v-if="hasUtils" class="app-navigation-entry__utils">
+ <div v-if="hasUtils && !editingActive" class="app-navigation-entry__utils">
159
<div v-if="$slots.counter"
160
class="app-navigation-entry__counter-wrapper">
161
<slot name="counter" />
0 commit comments