Skip to content

Commit

Permalink
feat: activate selected entry in compact mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jul 26, 2024
1 parent e7b4ac2 commit 3005c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PathView/PathViewEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const compactOrInjected = computed(() => props.compact ?? inject('compact', fals
:documents="documents"
:directories="directories"
:size="size"
:active="active"
:active="compactOrInjected ? selected : active"
/>
</div>
<b-collapse :model-value="!collapse" class="path-view-entry__subdirectories">
Expand Down

0 comments on commit 3005c9b

Please sign in to comment.