1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

update: History (re-init component even if already on index page)

This commit is contained in:
Alexander Skvortsov
2020-08-09 19:07:05 -04:00
committed by Franz Liedke
parent 70697be8c0
commit 3596425bde

View File

@@ -114,6 +114,6 @@ export default class History {
home() {
this.stack.splice(0);
m.route.set('/');
m.route.set('/', null, { state: { key: Date.now() } });
}
}