@syncfusion/ej2-filemanager 22.2.10 → 22.2.12

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.
@@ -10539,10 +10539,6 @@ class DetailsView {
10539
10539
  }
10540
10540
  this.parent.visitedItem = args.row;
10541
10541
  if ((!this.parent.enableVirtualization) || (!args.isHeaderCheckboxClicked)) {
10542
- if (this.parent.allowMultiSelection && !isNullOrUndefined(item) && !isNullOrUndefined(item.querySelector('.e-checkselect'))) {
10543
- const checkItem = item.querySelector('.e-checkselect');
10544
- checkItem.focus();
10545
- }
10546
10542
  this.addFocus(this.gridObj.selectedRowIndex);
10547
10543
  }
10548
10544
  if (!this.parent.isLayoutChange) {