@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.
@@ -2901,6 +2901,7 @@ function triggerRenameOperation(parent, data, eventArgs) {
2901
2901
  var oldName = fileData.name;
2902
2902
  fileData.name = args.newName;
2903
2903
  updateChildrenFilterPath(parent, fileData.id, oldName, args.newName);
2904
+ parent.responseData.error = null;
2904
2905
  }
2905
2906
  else {
2906
2907
  var message = 'Cannot rename' + args.itemData[0].name + 'to' + args.newName + ': destination already exists.';