@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.
@@ -1463,9 +1463,7 @@ function sortbyClickHandler(parent, args) {
1463
1463
  parent.notify(sortColumn, { module: 'detailsview' });
1464
1464
  }
1465
1465
  }
1466
- if (parent.view === 'LargeIcons') {
1467
- updateLayout(parent, 'LargeIcons');
1468
- }
1466
+ updateLayout(parent, parent.view);
1469
1467
  parent.notify(sortByChange, {});
1470
1468
  }
1471
1469
  /**
@@ -7967,7 +7965,6 @@ var Toolbar$1 = /** @__PURE__ @class */ (function () {
7967
7965
  cssClass: getCssClass(this.parent, 'e-caret-hide ' + ROOT_POPUP),
7968
7966
  items: layoutItems, select: this.layoutChange.bind(this),
7969
7967
  enableRtl: this.parent.enableRtl,
7970
- enableHtmlSanitizer: this.parent.enableHtmlSanitizer,
7971
7968
  content: '<span class="e-tbar-btn-text">' + getLocaleText(this.parent, 'View') + '</span>'
7972
7969
  });
7973
7970
  this.layoutBtnObj.isStringTemplate = true;