@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.
@@ -10023,6 +10023,7 @@ class NavigationPane {
10023
10023
  }
10024
10024
  }
10025
10025
  else if (this.previousSelected[0] !== args.node.getAttribute('data-uid')) {
10026
+ this.isSameNodeClicked = true;
10026
10027
  const selecEventArgs = { action: args.action, fileDetails: nodeData[0], isInteracted: this.isNodeClickCalled };
10027
10028
  this.parent.trigger('fileSelect', selecEventArgs);
10028
10029
  }
@@ -10076,6 +10077,7 @@ class NavigationPane {
10076
10077
  if (previousPath !== this.parent.path) {
10077
10078
  if (!this.isRightClick && this.isSameNodeClicked) {
10078
10079
  read(this.parent, this.isPathDragged ? pasteEnd : pathChanged, this.parent.path);
10080
+ this.isNodeClickCalled = true;
10079
10081
  }
10080
10082
  this.parent.visitedItem = args.node;
10081
10083
  }