@syncfusion/ej2-filemanager 23.1.38 → 23.1.39

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.
@@ -2294,7 +2294,7 @@ function rename(parent, path, itemNewName) {
2294
2294
  }
2295
2295
  // eslint-disable-next-line
2296
2296
  const data = {
2297
- action: 'rename', path: path, name: name, newName: newName, data: parent.itemData
2297
+ action: 'rename', path: path, name: name, newName: newName, data: parent.itemData, showFileExtension: parent.showFileExtension
2298
2298
  };
2299
2299
  createAjax(parent, data, renameSuccess, path);
2300
2300
  }