Added component activation/register observers

This commit is contained in:
Bryan Chauvin
2018-10-07 18:44:15 -04:00
parent cfcf11cd6d
commit 832a770c2f
2 changed files with 23 additions and 1 deletions

View File

@@ -808,6 +808,8 @@ class ComponentManager {
}
});
this.postActiveThemeToComponent(component);
this.desktopManager.notifyComponentActivation(component);
}
/* Performs func in timeout, but syncronously, if used `await waitTimeout` */