mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 22:06:02 +08:00
FIX: scroll to top when accessing admin dashboard
This commit is contained in:
parent
eb9b99e519
commit
a603660ba5
@ -1,5 +1,8 @@
|
||||
import { scrollTop } from "discourse/mixins/scroll-top";
|
||||
|
||||
export default Discourse.Route.extend({
|
||||
activate() {
|
||||
this.controllerFor("admin-dashboard-next").fetchDashboard();
|
||||
scrollTop();
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user