forked from MapComplete/MapComplete
A11y: more screenreader a11y tweaks, UX tweaks
This commit is contained in:
parent
8122826ddc
commit
3059d2ed26
16 changed files with 291 additions and 248 deletions
|
@ -8,6 +8,7 @@
|
|||
onMount(() => {
|
||||
const uiElem = typeof construct === "function" ? construct() : construct
|
||||
html = uiElem?.ConstructElement()
|
||||
|
||||
if (html !== undefined) {
|
||||
elem?.replaceWith(html)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue