@syncfusion/ej2-filemanager 24.1.43 → 24.1.44

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.
@@ -8482,6 +8482,9 @@ class Virtualization {
8482
8482
  this.itemList = Array.prototype.slice.call(selectAll('.' + LIST_ITEM, listElements));
8483
8483
  // Append the list element to the large icon element
8484
8484
  this.largeIconInstance.element.appendChild(listElements);
8485
+ if (this.itemList.length !== 0 && this.largeIconInstance.element.querySelector('.' + EMPTY)) {
8486
+ this.largeIconInstance.element.removeChild(this.largeIconInstance.element.querySelector('.' + EMPTY));
8487
+ }
8485
8488
  // Get the total number of items
8486
8489
  this.itemCount = this.getItemCount(Object.keys(this.largeIconInstance.allItems).length);
8487
8490
  // Remove the first child element from the large icon element