@syncfusion/ej2-filemanager 28.2.3 → 28.2.4

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.
@@ -986,7 +986,7 @@ function searchWordHandler(parent, value, isLayoutChange) {
986
986
  if (isFileSystemData(parent)) {
987
987
  if (value === '') {
988
988
  parent.itemData = parent.fileSystemData;
989
- read(parent, layoutChange, parent.path);
989
+ read(parent, isLayoutChange ? layoutChange : search, parent.path);
990
990
  }
991
991
  else {
992
992
  parent.searchSettings.filterType = isNullOrUndefined(parent.searchSettings.filterType) ? 'contains' : parent.searchSettings.filterType;