forked from MapComplete/MapComplete
A11y: add labels to previously unlabeled buttons, fix order
This commit is contained in:
parent
736ab13ceb
commit
fdde0aaeb3
21 changed files with 287 additions and 86 deletions
|
|
@ -1,6 +1,9 @@
|
|||
import { Translation } from "../UI/i18n/Translation"
|
||||
|
||||
export function ariaLabel(htmlElement: Element, t: Translation) {
|
||||
if (!t) {
|
||||
return
|
||||
}
|
||||
let destroy: () => void = undefined
|
||||
|
||||
t.current.map(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue