@syncfusion/ej2-filemanager 20.1.59 → 20.1.60

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.
@@ -1319,9 +1319,7 @@ function sortbyClickHandler(parent, args) {
1319
1319
  parent.notify(sortColumn, { module: 'detailsview' });
1320
1320
  }
1321
1321
  }
1322
- if (parent.view === 'LargeIcons') {
1323
- updateLayout(parent, 'LargeIcons');
1324
- }
1322
+ updateLayout(parent, parent.view);
1325
1323
  parent.notify(sortByChange, {});
1326
1324
  }
1327
1325
  /**
@@ -7789,7 +7787,6 @@ class Toolbar$1 {
7789
7787
  cssClass: getCssClass(this.parent, 'e-caret-hide ' + ROOT_POPUP),
7790
7788
  items: layoutItems, select: this.layoutChange.bind(this),
7791
7789
  enableRtl: this.parent.enableRtl,
7792
- enableHtmlSanitizer: this.parent.enableHtmlSanitizer,
7793
7790
  content: '<span class="e-tbar-btn-text">' + getLocaleText(this.parent, 'View') + '</span>'
7794
7791
  });
7795
7792
  this.layoutBtnObj.isStringTemplate = true;