diff --git a/base/src/dispatcher/dispatcher.ts b/base/src/dispatcher/dispatcher.ts index 64e95e6..b51c62f 100644 --- a/base/src/dispatcher/dispatcher.ts +++ b/base/src/dispatcher/dispatcher.ts @@ -654,7 +654,6 @@ export class Dispatcher implements ZLUX.Dispatcher { child = childIn as ZLUX.ActionReference; } else { child = this.makeActionFromObject(childIn as ZLUX.AbstractAction); - this.registerAbstractAction(child as ZLUX.AbstractAction); } children.push(child); }