@syncfusion/ej2-filemanager 23.1.43-87344 → 23.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.
@@ -6419,6 +6419,7 @@ var ContextMenu$2 = /** @__PURE__ @class */ (function () {
6419
6419
  sItems = _this.parent.selectedItems;
6420
6420
  if (_this.parent.activeModule === 'navigationpane') {
6421
6421
  sItems = [];
6422
+ _this.parent.navigationpaneModule.openFileOnContextMenuClick(closest(_this.targetNodeElement, 'li'));
6422
6423
  }
6423
6424
  GetDetails(_this.parent, sItems, _this.parent.path, 'details');
6424
6425
  break;