Merge pull request #2580 from deathly809/bug/cancel_should_clear_focus

Ensure that we leave focus when we call stopAction or cancel working
This commit is contained in:
hydroflame
2022-01-15 18:15:50 -05:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -729,6 +729,7 @@ export function finishWork(this: IPlayer, cancelled: boolean, sing = false): str
}
this.isWorking = false;
this.focus = false;
this.resetWorkStatus();
if (sing) {