@syncfusion/ej2-filemanager 20.1.56 → 20.1.57

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.
@@ -1558,6 +1558,15 @@ function pasteHandler(parent) {
1558
1558
  parent.enablePaste = false;
1559
1559
  parent.notify(hidePaste, {});
1560
1560
  removeBlur(parent);
1561
+ var result = {
1562
+ files: null,
1563
+ error: {
1564
+ code: '402',
1565
+ message: getLocaleText(parent, 'Same-Folder-Error'),
1566
+ fileExists: null
1567
+ }
1568
+ };
1569
+ createDialog(parent, 'Error', result);
1561
1570
  }
1562
1571
  }
1563
1572
  }