mirror of
https://github.com/flarum/core.git
synced 2025-08-09 18:07:02 +02:00
update: History (re-init component even if already on index page)
This commit is contained in:
committed by
Franz Liedke
parent
70697be8c0
commit
3596425bde
@@ -114,6 +114,6 @@ export default class History {
|
|||||||
home() {
|
home() {
|
||||||
this.stack.splice(0);
|
this.stack.splice(0);
|
||||||
|
|
||||||
m.route.set('/');
|
m.route.set('/', null, { state: { key: Date.now() } });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user