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
{{ message }}
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
I noticed when converting my current version of bread crumbs to this addon there was a extra space at the / for each bread crumb. Also noticed in your tests you trim before checking this.
If you would like to remove this extra space, change the breadcrumb.hbs to the following
You could move the tildes around or place more if I missed a senario
See http://handlebarsjs.com/expressions.html White Space Control
(I learned about this recently, don't know how I didn't know. Surprised it isn't used all the time)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I noticed when converting my current version of bread crumbs to this addon there was a extra space at the / for each bread crumb. Also noticed in your tests you trim before checking this.
If you would like to remove this extra space, change the breadcrumb.hbs to the following
You could move the tildes around or place more if I missed a senario
See http://handlebarsjs.com/expressions.html White Space Control
(I learned about this recently, don't know how I didn't know. Surprised it isn't used all the time)
The text was updated successfully, but these errors were encountered: