mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 15:19:02 +02:00
Remove aria-hidden property from hidden textarea (#23077)
GitOrigin-RevId: d1f7389ae594b9cb686e96a7548fc2abe241eb95
This commit is contained in:
committed by
Copybot
parent
883c95ea63
commit
4356fe4a06
@@ -111,7 +111,7 @@ export default function FileViewHeader({ file }: FileViewHeaderProps) {
|
||||
<textarea
|
||||
// eslint-disable-next-line jsx-a11y/no-autofocus
|
||||
autoFocus
|
||||
aria-hidden="true"
|
||||
aria-label="Invisible element to manage focus and prevent unintended behavior"
|
||||
tabIndex={-1}
|
||||
style={{ position: 'absolute', left: '-9999px' }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user