mirror of
https://github.com/flarum/core.git
synced 2025-08-04 07:27:39 +02:00
Revert part of last commit
This commit is contained in:
@@ -75,6 +75,9 @@ export default class FlagList extends Component {
|
||||
app.session.user.pushAttributes({newFlagsCount: 0});
|
||||
app.cache.flags = flags.sort((a, b) => b.time() - a.time());
|
||||
})
|
||||
.finally(this.loaded.bind(this));
|
||||
.finally(() => {
|
||||
this.loading = false;
|
||||
m.redraw();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user