@whitesev/utils 2.11.6 → 2.11.7

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.6";
246
+ const version = "2.11.7";
247
247
 
248
248
  /* eslint-disable */
249
249
  // ==UserScript==
@@ -6198,6 +6198,9 @@
6198
6198
  };
6199
6199
  }
6200
6200
  getMaxZIndexNodeInfoFromPoint($el, deviation) {
6201
+ if (typeof $el === "function") {
6202
+ $el = $el();
6203
+ }
6201
6204
  if (typeof $el === "number") {
6202
6205
  deviation = $el;
6203
6206
  $el = void 0;