mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-09-24 16:40:55 -06:00
Merge 52cba119f4fb679b88533c6dc03743f8201e897c into 6abda7ab68cc20f4aca870eb243747951b90ab04
This commit is contained in:
commit
7568b067a0
@ -108,6 +108,10 @@ function createIcon(options, enableTooltips, shortcuts) {
|
||||
}
|
||||
}
|
||||
|
||||
if(options.innerHTML) {
|
||||
el.innerHTML = options.innerHTML;
|
||||
}
|
||||
|
||||
el.tabIndex = -1;
|
||||
el.className = options.className;
|
||||
return el;
|
||||
|
Loading…
x
Reference in New Issue
Block a user