diff --git a/ts_web/elements/00group-applauncher/eco-applauncher/eco-applauncher.ts b/ts_web/elements/00group-applauncher/eco-applauncher/eco-applauncher.ts index e7c8ada..46beda1 100644 --- a/ts_web/elements/00group-applauncher/eco-applauncher/eco-applauncher.ts +++ b/ts_web/elements/00group-applauncher/eco-applauncher/eco-applauncher.ts @@ -995,10 +995,9 @@ export class EcoApplauncher extends DeesElement { if (app.view) { this.activeView = app.view; this.activeViewName = app.name; - return; } - // Otherwise execute the action + // Execute the action (runs after setting view for initialization callbacks) if (app.action) { app.action(); }