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 passed an array of class names, the array is stringified (concatenated with ,).
I'll submit a PR when I can get around to it. Merely putting this here for tracking. 🙂
Otherwise this would be a great PR for a first-time contributor! 😄
The text was updated successfully, but these errors were encountered:
https://github.com/offirgolan/ember-light-table/blob/v1.8.6/addon/classes/Column.js#L259-L265
https://github.com/offirgolan/ember-light-table/blob/v1.8.6/addon/components/cells/base.js#L15-L25
The same goes for
classNames
.When passed an array of class names, the array is stringified (concatenated with
,
).I'll submit a PR when I can get around to it. Merely putting this here for tracking. 🙂
Otherwise this would be a great PR for a first-time contributor! 😄
The text was updated successfully, but these errors were encountered: