Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Oct 7, 2024
1 parent 7a4bd99 commit 3dd7f06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/core/prefab/passTurnPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ export class PassTurnPanel extends ActionPanel {
new PassTurnButton()
];
}

updateVisibility() {
super.updateVisibility();
this._buttons.forEach(button => button.render());
}
}

class PassTurnButton extends ActionButton{
Expand Down

0 comments on commit 3dd7f06

Please sign in to comment.