mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 01:08:47 +00:00
(apps/mailbox) Small tweak on resolver's comment
This commit is contained in:
parent
eca618c95b
commit
e499c06884
|
@ -155,11 +155,11 @@ export class MailboxMailsResolver implements Resolve<any>
|
|||
.pipe(
|
||||
finalize(() => {
|
||||
|
||||
// Reset the mail every time mails list changes,
|
||||
// if there is no selected mail. This will ensure
|
||||
// that the mail will be reset while navigating
|
||||
// between the folders/filters/labels but it won't
|
||||
// reset on page reload if we are reading a mail.
|
||||
// If there is no selected mail, reset the mail every
|
||||
// time mail list changes. This will ensure that the
|
||||
// mail will be reset while navigating between the
|
||||
// folders/filters/labels but it won't reset on page
|
||||
// reload if we are reading a mail.
|
||||
|
||||
// Try to get the current activated route
|
||||
let currentRoute = route;
|
||||
|
|
Loading…
Reference in New Issue
Block a user