@esfaenza/es-table 11.2.104 → 11.2.105

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.
@@ -3753,6 +3753,7 @@ class EsTableComponent {
3753
3753
  if (this.callTimeout)
3754
3754
  clearTimeout(this.callTimeout);
3755
3755
  this.callTimeout = setTimeout(() => { this.writeValue(obj, false); }, this.SearchThrottle);
3756
+ return;
3756
3757
  }
3757
3758
  // Mi è arrivata l'AppSearch quindi di sicuro non ho una ricerca in progress
3758
3759
  this.researchInProgress = false;