mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
add control panel and some more interesting views
This commit is contained in:
@@ -56,6 +56,7 @@ export class Root extends Widget<Store, State> {
|
||||
// to do: call some public method of widget instead...
|
||||
(<HTMLElement>this.refs.content).appendChild(widget.el!);
|
||||
widget.__mount();
|
||||
widget.el!.classList.add("o_action_controller");
|
||||
this.store.activateController(controller);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user