Skip to content

Commit

Permalink
Decorate ActionButton on render
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Sep 30, 2024
1 parent 7d87e9b commit 2c10a1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class ActionButton
this.action = action;

this.createTooltip();
this.syncButtonWithAction();
this.whenRendered(this.syncButtonWithAction);
}

private onHelpKeyPressed(e: KeyboardEvent) {
Expand Down

0 comments on commit 2c10a1d

Please sign in to comment.