1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-17 20:48:11 +02:00

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

This commit is contained in:
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

View File

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