Skip to content

Commit

Permalink
Merge pull request #455 from vanillajonathan/patch-9
Browse files Browse the repository at this point in the history
Set role attribute on the toolbar
  • Loading branch information
Ionaru committed May 21, 2022
2 parents 68d33ec + 2666001 commit 611aa50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/easymde.js
Expand Up @@ -2599,6 +2599,7 @@ EasyMDE.prototype.createToolbar = function (items) {

var bar = document.createElement('div');
bar.className = 'editor-toolbar';
bar.setAttribute('role', 'toolbar');

var self = this;

Expand Down

0 comments on commit 611aa50

Please sign in to comment.