@crowdfarming/oliva-ds 1.47.0 → 1.48.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2805,9 +2805,9 @@ class BreadcrumbComponent {
2805
2805
  return all.slice(all.length - 2);
2806
2806
  });
2807
2807
  onCrumbClick(item, event) {
2808
+ this.crumbClick.emit(item);
2808
2809
  if (!item.url) {
2809
2810
  event.preventDefault();
2810
- this.crumbClick.emit(item);
2811
2811
  }
2812
2812
  }
2813
2813
  isLast(item) {