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:
Toby Zerner
2015-07-22 09:51:41 +09:30
parent d0c8777430
commit 9af141ce0b
5 changed files with 6 additions and 1 deletions

View File

@ -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() {