mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add aria-label to UnifiedCanvasLayerSelect
matching tooltip copy
This commit is contained in:
parent
42c1f1fc9d
commit
fdb146a43a
@ -61,6 +61,7 @@ export default function UnifiedCanvasLayerSelect() {
|
||||
return (
|
||||
<IAISelect
|
||||
tooltip={`${t('unifiedCanvas.layer')} (Q)`}
|
||||
aria-label={`${t('unifiedCanvas.layer')} (Q)`}
|
||||
tooltipProps={{ hasArrow: true, placement: 'top' }}
|
||||
value={layer}
|
||||
validValues={LAYER_NAMES_DICT}
|
||||
|
Loading…
Reference in New Issue
Block a user