@whitesev/utils 1.3.2 → 1.3.3

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.
@@ -5105,7 +5105,10 @@ var Utils = (function () {
5105
5105
  selection.addRange(range);
5106
5106
  }
5107
5107
  }
5108
- setClip(data, info) {
5108
+ setClip(data, info = {
5109
+ type: "text",
5110
+ mimetype: "text/plain",
5111
+ }) {
5109
5112
  if (typeof data === "object") {
5110
5113
  if (data instanceof Element) {
5111
5114
  data = data.outerHTML;