Inscryb / inscryb-markdown-editor

A simple, beautiful, and embeddable JavaScript Markdown editor. Based off SimpleMDE by Sparksuite.
MIT License
90 stars 16 forks source link

Setting for negativeTabIndex has no effect #82

Open Toni-D1 opened 1 year ago

Toni-D1 commented 1 year ago

I'm submitting a...

The setting for negativeTabIndex does not change the tab Index setting for the buttons, this is always -1. This feature was added here https://github.com/Inscryb/inscryb-markdown-editor/issues/24

Reproduction steps

See this JSFiddle: https://jsfiddle.net/s62m4gor/ Changing negativeTabIndex does not change the resulting tabIndex of the bold button.

Version information

Browser type and version: Chrome 116.0.5845.110 / Safari 16.6 (18615.3.12.11.2) InscrybMDE version: 1.11.6

Thanks for the help.