mirror of
https://github.com/flarum/core.git
synced 2025-08-04 23:47:32 +02:00
fix: add history push (#3916)
This commit is contained in:
@@ -82,6 +82,8 @@ export default class UserPage<CustomAttrs extends IUserPageAttrs = IUserPageAttr
|
|||||||
|
|
||||||
app.setTitle(user.displayName());
|
app.setTitle(user.displayName());
|
||||||
|
|
||||||
|
app.history.push(app.current.get('routeName'), user.displayName());
|
||||||
|
|
||||||
m.redraw();
|
m.redraw();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user