mirror of
https://github.com/flarum/core.git
synced 2025-07-10 03:16:22 +02:00
- Call onNewRoute when page changed with same component in DiscussionPage and UserPage - Make app.previous and app.current changed in onNewRoute, not in oninit. This way, when the route is changed, but still handled by the same component, a new PageState object will still be created.