Skip to content

Commit

Permalink
Fix for registering actions twice inside ActionContainer (#78)
Browse files Browse the repository at this point in the history
* Fix for registering actions twice inside ActionContainer

Signed-off-by: Sakshi Bobade <[email protected]>
  • Loading branch information
sakshibobade21 authored Aug 12, 2021
1 parent 7f371ac commit 1978e9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/src/dispatcher/dispatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 1978e9e

Please sign in to comment.