mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-07-30 05:14:28 -06:00
added innerHTML name option to toolbar item
This commit is contained in:
parent
6abda7ab68
commit
36d03bce14
@ -108,6 +108,7 @@ function createIcon(options, enableTooltips, shortcuts) {
|
||||
}
|
||||
}
|
||||
|
||||
el.innerHMTL = options.name;
|
||||
el.tabIndex = -1;
|
||||
el.className = options.className;
|
||||
return el;
|
||||
|
Loading…
x
Reference in New Issue
Block a user