Fix focus arg for sing functions

This commit is contained in:
nickofolas
2022-01-18 08:49:06 -06:00
parent 89fd54698b
commit 2d38ce8f72
7 changed files with 20 additions and 19 deletions

View File

@@ -50,7 +50,9 @@ export function ProgramsRoot(): React.ReactElement {
sx={{ my: 1 }}
onClick={(event) => {
if (!event.isTrusted) return;
player.startCreateProgramWork(router, program.name, create.time, create.level);
player.startCreateProgramWork(program.name, create.time, create.level);
player.startFocusing();
router.toWork();
}}
>
{program.name}