Skip to content

Commit 30f9145

Browse files
skjnldsvnextcloud-command
authored andcommitted
fix(files): navigation exact
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 02e6cf7 commit 30f9145

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

apps/files/src/views/Navigation.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727
:key="view.id"
2828
:allow-collapse="true"
2929
:data-cy-files-navigation-item="view.id"
30+
:exact="true"
3031
:icon="view.iconClass"
32+
:name="view.name"
3133
:open="isExpanded(view)"
3234
:pinned="view.sticky"
33-
:name="view.name"
3435
:to="generateToNavigation(view)"
3536
@update:open="onToggleExpand(view)">
3637
<!-- Sanitized icon as svg if provided -->

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)