diff --git a/ui/chess/src/promotion.ts b/ui/chess/src/promotion.ts index cb2f7e2c84..bc51af8d5d 100644 --- a/ui/chess/src/promotion.ts +++ b/ui/chess/src/promotion.ts @@ -113,6 +113,7 @@ export class PromotionCtrl { this.promoting = undefined; if (promoting.pre) this.setPrePromotion(promoting.dest, role); else this.doPromote(promoting, role); + this.redraw(); } }