* also set promptLeave to false when BACKGROUND_MOVE indicated VRFS-846
This commit is contained in:
parent
df36417551
commit
23af96adbe
|
|
@ -207,6 +207,7 @@
|
|||
}
|
||||
else if (type === 27) { // WINDOW_CLOSE_BACKGROUND_MODE
|
||||
// the window was closed; just attempt to nav to home, which will cause all the right REST calls to happen
|
||||
promptLeave = false;
|
||||
context.location = '/client#/home'
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue