Skip to content

Commit

Permalink
fix(messagelist): Use user selected folder after leaving non-folder
Browse files Browse the repository at this point in the history
  • Loading branch information
castaway committed Nov 26, 2024
1 parent 47aa060 commit d010fae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1011,10 +1011,8 @@ export class AppComponent implements OnInit, AfterViewInit, CanvasTableSelectLis
public childRouteActivated(yes: boolean): void {
this.hasChildRouterOutlet = yes;
if (yes) {
// Don't highlight a folder if we're not viewing one
this.selectedFolder = null;
} else {
// reset the default Folder
this.selectedFolder = 'Inbox';
}
}

Expand Down

0 comments on commit d010fae

Please sign in to comment.