adding aria-live to resolve JAWS issue (#22785)
Co-authored-by: Babinder Rathi babinderrathi@gmail.com
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8ccf5c3c14
Коммит
3d8701058a
@@ -102,6 +102,7 @@ export default function InviteView(props: Props) {
|
|||||||
}, {inviteURL})
|
}, {inviteURL})
|
||||||
}
|
}
|
||||||
className='InviteView__copyLink'
|
className='InviteView__copyLink'
|
||||||
|
aria-live='polite'
|
||||||
>
|
>
|
||||||
{!copyText.copiedRecently && (
|
{!copyText.copiedRecently && (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user