Skip to content

Commit

Permalink
revert completely
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Nov 18, 2019
1 parent adb4aae commit 876bf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/browser/parts/views/views.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export class ContributableViewsModel extends Disposable {
return 0;
}

return (this.getViewOrder(a) - this.getViewOrder(b)) || this.getGroupOrderResult(a, b) || (a.id < b.id ? -1 : 1);
return (this.getViewOrder(a) - this.getViewOrder(b)) || this.getGroupOrderResult(a, b);
}

private getGroupOrderResult(a: IViewDescriptor, b: IViewDescriptor) {
Expand Down

0 comments on commit 876bf13

Please sign in to comment.