mirror of
https://github.com/flarum/core.git
synced 2025-07-11 11:56:23 +02: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