@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.amd.js CHANGED
@@ -239,7 +239,7 @@ define((function () { 'use strict';
239
239
  const setInterval$1 = (...args) => loadOrReturnBroker().setInterval(...args);
240
240
  const setTimeout$1 = (...args) => loadOrReturnBroker().setTimeout(...args);
241
241
 
242
- const version = "2.11.4";
242
+ const version = "2.11.5";
243
243
 
244
244
  /* eslint-disable */
245
245
  // ==UserScript==
@@ -7513,8 +7513,7 @@ define((function () { 'use strict';
7513
7513
  }
7514
7514
  async init() {
7515
7515
  let copyStatus = false;
7516
- const requestPermissionStatus = await this.requestClipboardPermission();
7517
- console.log(requestPermissionStatus);
7516
+ await this.requestClipboardPermission();
7518
7517
  if (this.hasClipboard() && (this.hasClipboardWrite() || this.hasClipboardWriteText())) {
7519
7518
  try {
7520
7519
  copyStatus = await this.copyDataByClipboard();