mirror of
https://github.com/flarum/framework.git
synced 2025-05-29 11:40:18 +08:00
Hide the drawer/modal when constructing all pages
Might be better to do this on config... also extract it into a parent "Page" component
This commit is contained in:
@ -19,7 +19,6 @@ export default class SettingsPage extends UserPage {
|
||||
|
||||
this.init(app.session.user);
|
||||
app.setTitle(app.trans('core.settings'));
|
||||
app.drawer.hide();
|
||||
}
|
||||
|
||||
content() {
|
||||
|
Reference in New Issue
Block a user