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
This may appear when overriding other internal classes.
The result is that when appending a "current" class, Climber takes the last space-separated string passed to itemClass and then appends --current to that. This isn't really ideal behavior.
I think this is a result of weird sprintf behavior when the string passed to itemClass does not contain a %s. Further research is needed.
This behavior should either be fixed, or documented; currently it does not behavior in a way a user might reasonable expect.
The text was updated successfully, but these errors were encountered:
This may appear when overriding other internal classes.
The result is that when appending a "current" class, Climber takes the last space-separated string passed to
itemClass
and then appends--current
to that. This isn't really ideal behavior.I think this is a result of weird sprintf behavior when the string passed to
itemClass
does not contain a%s
. Further research is needed.This behavior should either be fixed, or documented; currently it does not behavior in a way a user might reasonable expect.
The text was updated successfully, but these errors were encountered: