Skip to content

Commit

Permalink
fix: bug causing joyID TS buttons not to show when TS is in repo cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
micwallace committed Nov 15, 2023
1 parent 80c9970 commit 4c52267
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ export class ActionBar {
})
}

componentDidLoad(){
if (this.tokenScript)
this.initTokenScript();
}

// TODO: This is copied from tokens-grid-item, dedupe required
private async loadCardButtons(){

Expand Down

0 comments on commit 4c52267

Please sign in to comment.