fix(a11y): updating progress info when navigating with screen readers (#3182)
Also add some missing button labels for screen readers
This commit is contained in:
@@ -28,6 +28,7 @@ const AnnotationToolButton: React.FC<AnnotationToolButtonProps> = ({
|
||||
>
|
||||
<button
|
||||
onClick={handleClick}
|
||||
aria-label={tooltipText}
|
||||
className={clsx(
|
||||
'flex h-8 min-h-8 w-8 items-center justify-center p-0',
|
||||
disabled
|
||||
|
||||
Reference in New Issue
Block a user