@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.
@@ -1137,7 +1137,7 @@ function searchWordHandler(parent, value, isLayoutChange) {
1137
1137
  if (isFileSystemData(parent)) {
1138
1138
  if (value === '') {
1139
1139
  parent.itemData = parent.fileSystemData;
1140
- read(parent, layoutChange, parent.path);
1140
+ read(parent, isLayoutChange ? layoutChange : search, parent.path);
1141
1141
  }
1142
1142
  else {
1143
1143
  parent.searchSettings.filterType = isNullOrUndefined(parent.searchSettings.filterType) ? 'contains' : parent.searchSettings.filterType;