Skip to content

Commit

Permalink
sortieren
Browse files Browse the repository at this point in the history
  • Loading branch information
hmt committed Nov 28, 2020
1 parent f133db5 commit 2a7fe11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</li>
{#if !$configData.folderStates[key]}
<ul class="tree-group">
{#each values as v}
{#each values.sort() as v}
<li
class="tree-item hoverable"
class:active={key === $repo && v === $dokument && !highlight}
Expand Down

0 comments on commit 2a7fe11

Please sign in to comment.