mirror of
https://github.com/flarum/core.git
synced 2025-08-11 10:55:47 +02:00
Set application drawer
This commit is contained in:
committed by
Franz Liedke
parent
29065e1ee9
commit
4fcafe3b2f
@@ -193,7 +193,7 @@ export default class Application {
|
||||
m.mount(document.getElementById('modal'), { view: () => ModalManager.component({ state: this.modal }) });
|
||||
// m.mount(document.getElementById('alerts'), <AlertManager state={this.alerts} />);
|
||||
|
||||
// this.drawer = new Drawer();
|
||||
this.drawer = new Drawer();
|
||||
|
||||
m.route(document.getElementById('content'), basePath + '/', mapRoutes(this.routes, basePath));
|
||||
|
||||
|
Reference in New Issue
Block a user