mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-06 01:24:28 -06:00
Merge pull request #455 from vanillajonathan/patch-9
Set role attribute on the toolbar
This commit is contained in:
commit
611aa50443
@ -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…
x
Reference in New Issue
Block a user