resetting korean status on test restart

part of #3524
This commit is contained in:
Miodec 2022-09-09 11:34:29 +02:00
parent 10ec2d6fc0
commit 553da5fe5d

View file

@ -510,6 +510,7 @@ export function restart(options = {} as RestartOptions): void {
TestInput.setBailout(false);
PaceCaret.reset();
Monkey.hide();
TestInput.input.setKoreanStatus(false);
$("#showWordHistoryButton").removeClass("loaded");
$("#restartTestButton").blur();