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
@kswedberg sorry, never got around it, too busy hacking on some features. I don'r remember the particular example now, but I will try it with some example strings on Monday.
It is actually a very simple case, probably just any string that is shorter then truncate length would be truncated if you set 'preserveword' to be true.
On Line 173: https://github.com/kswedberg/jquery-expander/blob/master/jquery.expander.js#L173
Shouldn't it be
Current logic will ignore slicepoint when you set preserveword to true, basically truncating strings even if there's nothing to truncate.
The text was updated successfully, but these errors were encountered: