Desktop: Accessibility: Fix unlabelled toolbar button in the Rich Text Editor (#11655)

pull/11679/head
Henry Heino 2025-01-18 04:37:03 -08:00 committed by GitHub
parent 64c14fe76f
commit c357b77a48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ export default function(editor: any) {
editor.ui.registry.addGroupToolbarButton('formattingExtras', { editor.ui.registry.addGroupToolbarButton('formattingExtras', {
icon: 'image-options', icon: 'image-options',
tooltip: _('Formatting'),
items: items.join(' '), items: items.join(' '),
}); });
} }