@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.
@@ -8683,6 +8683,9 @@ var Virtualization = /** @__PURE__ @class */ (function () {
8683
8683
  this.itemList = Array.prototype.slice.call(selectAll('.' + LIST_ITEM, listElements));
8684
8684
  // Append the list element to the large icon element
8685
8685
  this.largeIconInstance.element.appendChild(listElements);
8686
+ if (this.itemList.length !== 0 && this.largeIconInstance.element.querySelector('.' + EMPTY)) {
8687
+ this.largeIconInstance.element.removeChild(this.largeIconInstance.element.querySelector('.' + EMPTY));
8688
+ }
8686
8689
  // Get the total number of items
8687
8690
  this.itemCount = this.getItemCount(Object.keys(this.largeIconInstance.allItems).length);
8688
8691
  // Remove the first child element from the large icon element