mirror of
https://github.com/flarum/core.git
synced 2025-10-11 06:54:26 +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:
@@ -12,6 +12,7 @@ export default class NotificationsPage extends Component {
|
||||
app.current = this;
|
||||
app.history.push('notifications');
|
||||
app.drawer.hide();
|
||||
app.modal.close();
|
||||
}
|
||||
|
||||
view() {
|
||||
|
Reference in New Issue
Block a user