2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-15 22:14:28 -06:00

Fixes #163 where tabbing through form would land on icons

This commit is contained in:
Wes Cossick 2015-12-04 23:41:24 -06:00
parent 17dad384bc
commit 4dbe95fe80

View File

@ -68,6 +68,7 @@ function createIcon(options, enableTooltips) {
}
}
el.tabIndex = -1;
el.className = options.className;
return el;
}