Skip to content

Commit 4dbe95f

Browse files
author
Wes Cossick
committed
Fixes sparksuite#163 where tabbing through form would land on icons
1 parent 17dad38 commit 4dbe95f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/simplemde.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ function createIcon(options, enableTooltips) {
6868
}
6969
}
7070

71+
el.tabIndex = -1;
7172
el.className = options.className;
7273
return el;
7374
}

0 commit comments

Comments
 (0)