mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
Avoid tabbing
This commit is contained in:
parent
407f046c32
commit
49d367eca5
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
onclick={onHelpClick}
|
||||
onkeydown={onHelpClick}
|
||||
role="button"
|
||||
tabindex="0"
|
||||
tabindex="-1"
|
||||
>
|
||||
<HelpModal
|
||||
title={tr.statisticsTrueRetentionTitle()}
|
||||
|
|
Loading…
Reference in a new issue