1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 00:31:17 +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:
Toby Zerner
2015-08-04 10:49:33 +09:30
parent 0fcc941a51
commit a3e710b8a9
2 changed files with 9 additions and 6 deletions

View File

@@ -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));
}