@indigina/ui-kit 1.1.304 → 1.1.305
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.
|
@@ -9736,7 +9736,6 @@ class KitCardDetailsComponent {
|
|
|
9736
9736
|
onCardClick(id) {
|
|
9737
9737
|
this.dataState.update(state => ({ ...state, activeId: id.toString() }));
|
|
9738
9738
|
this.setStateToUrl(this.dataState());
|
|
9739
|
-
this.scrollToCardById(`${id}`);
|
|
9740
9739
|
this.cardClicked.emit({ id: id.toString() });
|
|
9741
9740
|
}
|
|
9742
9741
|
appendCards(cards) {
|