ember-crumbly icon indicating copy to clipboard operation
ember-crumbly copied to clipboard

isHead, isTail properties don't reflect actual state

Open CezaryH opened this issue 7 years ago • 0 comments

if in first or last route breadcrumb is null then isHead & isTail are false for all other breadcrumbs

I believe here's the issue https://github.com/poteto/ember-crumbly/blob/e2a4f32b0aedd85f53cf0dc442a707eefd0f5e6e/addon/components/bread-crumbs.js#L111

I would suspect that isHead & isTail are calculated for actual breadcrumb list

CezaryH avatar Feb 01 '18 16:02 CezaryH