mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Fix and improved hasher routing
This commit is contained in:
parent
06e2dc722d
commit
fafe56ecb4
16 changed files with 41 additions and 83 deletions
|
|
@ -18,6 +18,6 @@ export class MenuSettingsUserView extends AbstractViewLeft {
|
|||
}
|
||||
|
||||
backToMailBoxClick() {
|
||||
rl.route.setHash(mailbox(getFolderInboxName()));
|
||||
hasher.setHash(mailbox(getFolderInboxName()));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,6 +26,6 @@ export class PaneSettingsUserView extends AbstractViewRight {
|
|||
}
|
||||
|
||||
backToMailBoxClick() {
|
||||
rl.route.setHash(mailbox(getFolderInboxName()));
|
||||
hasher.setHash(mailbox(getFolderInboxName()));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue