mirror of
https://github.com/flarum/core.git
synced 2025-06-25 12:14:13 +02:00
Change the way composer is aligned
Also ensure that the correct body class is applied on the user page
This commit is contained in:
@ -89,7 +89,9 @@ export default class ActivityPage extends UserPage {
|
||||
this.loading = true;
|
||||
this.activity = [];
|
||||
|
||||
m.redraw();
|
||||
// Redraw, but only if we're not in the middle of a route change.
|
||||
m.startComputation();
|
||||
m.endComputation();
|
||||
|
||||
this.loadResults().then(this.parseResults.bind(this));
|
||||
}
|
||||
|
Reference in New Issue
Block a user