2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-28 13:41:01 -06:00

Set role attribute on the toolbar

This commit is contained in:
Jonathan 2022-05-18 22:03:48 +02:00 committed by GitHub
parent aca4b5c816
commit 2666001eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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