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