redraw after finishing pre-promotion (fixes #6873)

pull/6903/head
Niklas Fiekas 2020-06-29 22:48:16 +02:00
parent 306faeb7b9
commit 7ce5659c3f
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ function finish(ctrl: RoundController, role: cg.Role) {
promoting = undefined;
if (info.pre) setPrePromotion(ctrl, info.move[1], role);
else sendPromotion(ctrl, info.move[0], info.move[1], role, info.meta);
ctrl.redraw();
}
}