Skip to content

Commit

Permalink
fix: Ensure TX event listener is registered when using ViewBinding.se…
Browse files Browse the repository at this point in the history
…tTokenScript()
  • Loading branch information
micwallace committed Oct 18, 2024
1 parent 59ab35e commit ec5e76c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export abstract class AbstractViewBinding implements IViewBinding {

setViewController(viewController: ViewController){
this._viewController = viewController;
this.tokenScript = viewController.tokenScript;
this.setTokenScript(viewController.tokenScript);
}

get viewController() {
Expand Down

0 comments on commit ec5e76c

Please sign in to comment.