Set role attribute on the toolbar

pull/455/head
Jonathan 2 years ago committed by GitHub
parent aca4b5c816
commit 2666001eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2583,6 +2583,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