Skip to content

Commit

Permalink
Desktop: Accessibility: Fix unlabelled toolbar button in the Rich Tex…
Browse files Browse the repository at this point in the history
…t Editor (#11655)
  • Loading branch information
personalizedrefrigerator authored Jan 18, 2025
1 parent 64c14fe commit c357b77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export default function(editor: any) {

editor.ui.registry.addGroupToolbarButton('formattingExtras', {
icon: 'image-options',
tooltip: _('Formatting'),
items: items.join(' '),
});
}

0 comments on commit c357b77

Please sign in to comment.