mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 23:29:57 +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:
@ -29,6 +29,7 @@ export default class UserPage extends Component {
|
||||
app.history.push('user');
|
||||
app.current = this;
|
||||
app.drawer.hide();
|
||||
app.modal.close();
|
||||
}
|
||||
|
||||
view() {
|
||||
|
Reference in New Issue
Block a user