@esfaenza/extensions 11.2.56 → 11.2.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.
@@ -1985,6 +1985,9 @@
1985
1985
  case '[object String]':
1986
1986
  case '[object Date]':
1987
1987
  return new source.constructor(source.valueOf());
1988
+ // Clonazione di un file -> Restituisco il riferimento al file stesso
1989
+ case "[object File]":
1990
+ return source;
1988
1991
  default: break;
1989
1992
  }
1990
1993
  // Oggetti Complessi