You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different property for HTML
If item.html property exists, call .html(item.html) instead of .text(item.name)
Flag property to mark it as HTML
If item.isHTML property is true, call .html(item.name) instead of .text(item.name)
in both way, property name is just a draft, there could be better name.
The problem is that there is already item.type == 'html' with item.html property for content. It should be nice to make these 2 types clearly distinguishable.
As discussed in #252 a way to add HTML as an item that plays nicely with the different item types.
The text was updated successfully, but these errors were encountered: