Fix promotion premoves without auto-queen

pull/9678/head
Benedikt Werner 2021-08-28 08:43:36 +02:00
parent 312c840b52
commit 925ab3836c
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}
}