chore(Minimap): add custom aria label for SF and RF

This commit is contained in:
Abbey Yacoe
2025-05-22 12:16:37 +02:00
parent 48c5467851
commit 3c421d5f02
5 changed files with 20 additions and 6 deletions
+3
View File
@@ -50,6 +50,9 @@ export const defaultLabelConfig = {
'controls.zoomout.title': 'Zoom Out',
'controls.fitview.title': 'Fit View',
'controls.interactive.title': 'Toggle Interactivity',
// Mini map
'minimap.ariaLabel': 'React Flow mini map',
};
export type LabelConfig = Partial<typeof defaultLabelConfig>;