mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-06-28 21:51:01 -06:00
Set role attribute on the toolbar
This commit is contained in:
parent
aca4b5c816
commit
2666001eda
@ -2583,6 +2583,7 @@ EasyMDE.prototype.createToolbar = function (items) {
|
|||||||
|
|
||||||
var bar = document.createElement('div');
|
var bar = document.createElement('div');
|
||||||
bar.className = 'editor-toolbar';
|
bar.className = 'editor-toolbar';
|
||||||
|
bar.setAttribute('role', 'toolbar');
|
||||||
|
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user