Merge pull request #455 from vanillajonathan/patch-9

Set role attribute on the toolbar
pull/463/head
Jeroen Akkerman 2 years ago committed by GitHub
commit 611aa50443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save