@whitesev/utils 1.3.1 → 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.
package/dist/index.esm.js CHANGED
@@ -5102,7 +5102,10 @@ class Utils {
5102
5102
  selection.addRange(range);
5103
5103
  }
5104
5104
  }
5105
- setClip(data, info) {
5105
+ setClip(data, info = {
5106
+ type: "text",
5107
+ mimetype: "text/plain",
5108
+ }) {
5106
5109
  if (typeof data === "object") {
5107
5110
  if (data instanceof Element) {
5108
5111
  data = data.outerHTML;