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:
parent
17dad384bc
commit
4dbe95fe80
@ -68,6 +68,7 @@ function createIcon(options, enableTooltips) {
|
||||
}
|
||||
}
|
||||
|
||||
el.tabIndex = -1;
|
||||
el.className = options.className;
|
||||
return el;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user