@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.
- package/bundles/esfaenza-es-table.umd.js +1 -0
- package/bundles/esfaenza-es-table.umd.js.map +1 -1
- package/bundles/esfaenza-es-table.umd.min.js +1 -1
- package/bundles/esfaenza-es-table.umd.min.js.map +1 -1
- package/esm2015/lib/components/es-table/es_table.component.js +2 -1
- package/fesm2015/esfaenza-es-table.js +1 -0
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|