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
When you have functions or variables that have too long names this one isn't showed completely.
A rapid fix for me was to update the lib/tree-view.coffee file: @li class: 'list-nested-item list-selectable-item', title: label, =>
and @li class: 'list-item list-selectable-item', title: label, =>
but has I'm not expert with coffee script I'm not sure this solution is good/enough for all cases.
The text was updated successfully, but these errors were encountered:
When you have functions or variables that have too long names this one isn't showed completely.
A rapid fix for me was to update the lib/tree-view.coffee file:
@li class: 'list-nested-item list-selectable-item', title: label, =>
and
@li class: 'list-item list-selectable-item', title: label, =>
but has I'm not expert with coffee script I'm not sure this solution is good/enough for all cases.
The text was updated successfully, but these errors were encountered: