This commit is contained in:
Ferdinand Schober
2024-07-11 16:59:09 +02:00
parent 4c30f032f4
commit 69a5eec944
4 changed files with 24 additions and 35 deletions

View File

@@ -170,7 +170,7 @@ async fn do_emulation(
}
// release potentially still pressed keys
release_all_keys(&server, &mut emulation).await?;
release_all_keys(server, &mut emulation).await?;
Ok(())
}