@trudb/tru-common-lib 0.2.101 → 0.2.102

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.
@@ -5553,6 +5553,7 @@ class TruCardColumn {
5553
5553
  localStorage.setItem('scroll_position' + this.uniqueId, columnElement.scrollLeft);
5554
5554
  this.dataContext.revert();
5555
5555
  this.portal.nativeElement.classList.remove('tru-card-portal-disabled');
5556
+ this.updateItemsSource(this.cards, true);
5556
5557
  this.changeDetectorRef.detectChanges();
5557
5558
  });
5558
5559
  }
@@ -5561,6 +5562,8 @@ class TruCardColumn {
5561
5562
  var columnElement = this.portal.nativeElement.querySelectorAll('.tru-card-portal-columns')[0];
5562
5563
  localStorage.setItem('scroll_position' + this.uniqueId, columnElement.scrollLeft);
5563
5564
  this.dataContext.revert();
5565
+ this.updateItemsSource(this.cards, true);
5566
+ this.changeDetectorRef.detectChanges();
5564
5567
  }
5565
5568
  }
5566
5569
  return true;