@syncfusion/ej2-filemanager 31.1.21 → 31.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.
@@ -2748,6 +2748,7 @@ function triggerRenameOperation(parent, data, eventArgs) {
2748
2748
  const oldName = fileData.name;
2749
2749
  fileData.name = args.newName;
2750
2750
  updateChildrenFilterPath(parent, fileData.id, oldName, args.newName);
2751
+ parent.responseData.error = null;
2751
2752
  }
2752
2753
  else {
2753
2754
  const message = 'Cannot rename' + args.itemData[0].name + 'to' + args.newName + ': destination already exists.';