Commit 21e25c30 by GD-A-150752

navigate-back

parent fe423a1a
......@@ -64,7 +64,7 @@ export class MessageEngineComponent extends BaseComponent implements OnInit {
}
goBack(): void {
if (window.history.length > 1) {
if (window.history.length > 2) {
this.location.back();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment