Skip to content

Commit

Permalink
fix: add history push
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 1, 2023
1 parent 5cdfa0f commit eb1acb0
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 eb1acb0

Please sign in to comment.