Skip to content

Commit

Permalink
feat(sorting): default sort policy descending (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctownshend committed Dec 17, 2019
1 parent fdd8dc2 commit 9a6e209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext-src/NexusExplorer.ts
Expand Up @@ -61,6 +61,7 @@ export class NexusExplorerProvider
}

doRefresh(): void {
//default to sorting descending on refresh and open of the GUI
let sortPolicyDescending: boolean = true;
this.reloadComponentModel().then(() => {
if (this.componentModel.components.length > 0) {
Expand Down

0 comments on commit 9a6e209

Please sign in to comment.