@syncfusion/ej2-filemanager 29.2.4 → 29.2.10

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.
@@ -10226,6 +10226,7 @@ var NavigationPane = /** @__PURE__ @class */ (function () {
10226
10226
  }
10227
10227
  }
10228
10228
  else if (this.previousSelected[0] !== args.node.getAttribute('data-uid')) {
10229
+ this.isSameNodeClicked = true;
10229
10230
  var selecEventArgs = { action: args.action, fileDetails: nodeData[0], isInteracted: this.isNodeClickCalled };
10230
10231
  this.parent.trigger('fileSelect', selecEventArgs);
10231
10232
  }
@@ -10279,6 +10280,7 @@ var NavigationPane = /** @__PURE__ @class */ (function () {
10279
10280
  if (previousPath !== this.parent.path) {
10280
10281
  if (!this.isRightClick && this.isSameNodeClicked) {
10281
10282
  read(this.parent, this.isPathDragged ? pasteEnd : pathChanged, this.parent.path);
10283
+ this.isNodeClickCalled = true;
10282
10284
  }
10283
10285
  this.parent.visitedItem = args.node;
10284
10286
  }