1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

fix: add history push (#3916)

This commit is contained in:
IanM
2023-11-03 08:07:25 +00:00
committed by GitHub
parent 5cdfa0f640
commit e978e29e00

View File

@@ -82,6 +82,8 @@ export default class UserPage<CustomAttrs extends IUserPageAttrs = IUserPageAttr
app.setTitle(user.displayName());
app.history.push(app.current.get('routeName'), user.displayName());
m.redraw();
}