mirror of
https://github.com/flarum/core.git
synced 2025-08-02 14:37:49 +02:00
Refactor start/endComputation into lazyRedraw method
This commit is contained in:
@@ -95,9 +95,7 @@ export default class PostsUserPage extends UserPage {
|
||||
this.loading = true;
|
||||
this.posts = [];
|
||||
|
||||
// Redraw, but only if we're not in the middle of a route change.
|
||||
m.startComputation();
|
||||
m.endComputation();
|
||||
m.lazyRedraw();
|
||||
|
||||
this.loadResults().then(this.parseResults.bind(this));
|
||||
}
|
||||
|
Reference in New Issue
Block a user