1
0
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:
Matthew Kilgore
2020-08-07 20:44:45 -04:00
committed by Franz Liedke
parent 29065e1ee9
commit 4fcafe3b2f

View File

@@ -193,7 +193,7 @@ export default class Application {
m.mount(document.getElementById('modal'), { view: () => ModalManager.component({ state: this.modal }) }); m.mount(document.getElementById('modal'), { view: () => ModalManager.component({ state: this.modal }) });
// m.mount(document.getElementById('alerts'), <AlertManager state={this.alerts} />); // 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)); m.route(document.getElementById('content'), basePath + '/', mapRoutes(this.routes, basePath));