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:
committed by
Franz Liedke
parent
70697be8c0
commit
3596425bde
@@ -114,6 +114,6 @@ export default class History {
|
||||
home() {
|
||||
this.stack.splice(0);
|
||||
|
||||
m.route.set('/');
|
||||
m.route.set('/', null, { state: { key: Date.now() } });
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user