Improve event handling + restarts

This commit is contained in:
Mo Bitar
2020-02-12 14:21:58 -06:00
parent 0fcfd98e5d
commit a364a9ec03
19 changed files with 1202 additions and 814 deletions

View File

@@ -15,6 +15,7 @@ class ActionsMenuCtrl extends PureCtrl {
}
$onInit() {
super.$onInit();
this.initProps({
item: this.item
});