fix: tab navigation not working on the result page in safari

This commit is contained in:
Miodec 2023-09-25 16:32:21 +01:00
parent 64772e63c7
commit c39fdb0263
2 changed files with 2 additions and 1 deletions

View file

@ -809,6 +809,7 @@ export async function update(
$("#result"),
250,
async () => {
$("#result").trigger("focus");
AdController.renderResult();
TestUI.setResultCalculating(false);
$("#words").empty();

View file

@ -169,7 +169,7 @@
<div id="premidTestMode" class="hidden"></div>
<div id="premidSecondsLeft" class="hidden"></div>
</div>
<div id="result" class="hidden">
<div id="result" class="hidden" tabindex="-1">
<div class="stats">
<!-- <div class="info">words 10<br>punctuation</div> -->