mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 12:05:08 +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(
|
.pipe(
|
||||||
finalize(() => {
|
finalize(() => {
|
||||||
|
|
||||||
// Reset the mail every time mails list changes,
|
// If there is no selected mail, reset the mail every
|
||||||
// if there is no selected mail. This will ensure
|
// time mail list changes. This will ensure that the
|
||||||
// that the mail will be reset while navigating
|
// mail will be reset while navigating between the
|
||||||
// between the folders/filters/labels but it won't
|
// folders/filters/labels but it won't reset on page
|
||||||
// reset on page reload if we are reading a mail.
|
// reload if we are reading a mail.
|
||||||
|
|
||||||
// Try to get the current activated route
|
// Try to get the current activated route
|
||||||
let currentRoute = route;
|
let currentRoute = route;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user