jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.66k stars 820 forks source link

bugfix/toolbar icon item missing id typedefinition #1612

Closed stephanestermann closed 1 year ago

stephanestermann commented 1 year ago

This pull request closes the Issue: https://github.com/jspreadsheet/ce/issues/1601 It adds the missing id attribute to the ToolbarIconItem-Type.

You see that the id attribute exists on index.js line 7400

hodeware commented 1 year ago

Thanks