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

Typo in typedefinition for ToolbarItemBase #1600

Closed stephanestermann closed 1 year ago

stephanestermann commented 1 year ago
interface` ToolbarItemBase {
    /** Means the style should be apply to the cell. */
    k?: string;

    /** Tooltip shown when hovering over this option. */
    tooltip?: "string";
  }

In the typedefinition for the toolbarItemBase, the type for the tooltip ist “string“ instead string (wrong quotes)

hodeware commented 1 year ago

It has been fixed. thanks.