Skip to content

Commit 4d6ac29

Browse files
authored
Merge pull request #1996 from nextcloud/backport/1992/stable3
[stable3] AppNavigationItem: hide utils if edit mode is active
2 parents 10b223d + ee5355d commit 4d6ac29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/AppNavigationItem/AppNavigationItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Just set the `pinned` prop.
155155
</div>
156156

157157
<!-- Counter and Actions -->
158-
<div v-if="hasUtils" class="app-navigation-entry__utils">
158+
<div v-if="hasUtils && !editingActive" class="app-navigation-entry__utils">
159159
<div v-if="$slots.counter"
160160
class="app-navigation-entry__counter-wrapper">
161161
<slot name="counter" />

0 commit comments

Comments
 (0)