Skip to content

Commit

Permalink
fix: add history push (#3916)
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland authored Nov 3, 2023
1 parent 5cdfa0f commit e978e29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/core/js/src/forum/components/UserPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit e978e29

Please sign in to comment.