mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-20 12:36:58 +08:00
fix: tab navigation not working on the result page in safari
This commit is contained in:
parent
64772e63c7
commit
c39fdb0263
2 changed files with 2 additions and 1 deletions
|
@ -809,6 +809,7 @@ export async function update(
|
|||
$("#result"),
|
||||
250,
|
||||
async () => {
|
||||
$("#result").trigger("focus");
|
||||
AdController.renderResult();
|
||||
TestUI.setResultCalculating(false);
|
||||
$("#words").empty();
|
||||
|
|
|
@ -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> -->
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue