@whitesev/utils 2.11.4 → 2.11.5

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.umd.js CHANGED
@@ -243,7 +243,7 @@
243
243
  const setInterval$1 = (...args) => loadOrReturnBroker().setInterval(...args);
244
244
  const setTimeout$1 = (...args) => loadOrReturnBroker().setTimeout(...args);
245
245
 
246
- const version = "2.11.4";
246
+ const version = "2.11.5";
247
247
 
248
248
  /* eslint-disable */
249
249
  // ==UserScript==
@@ -7517,8 +7517,7 @@
7517
7517
  }
7518
7518
  async init() {
7519
7519
  let copyStatus = false;
7520
- const requestPermissionStatus = await this.requestClipboardPermission();
7521
- console.log(requestPermissionStatus);
7520
+ await this.requestClipboardPermission();
7522
7521
  if (this.hasClipboard() && (this.hasClipboardWrite() || this.hasClipboardWriteText())) {
7523
7522
  try {
7524
7523
  copyStatus = await this.copyDataByClipboard();