| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.27.0 - 13-02-2025 */ | |
| 1 | 2 | /******/ (() => { // webpackBootstrap |
| 2 | 3 | /******/ var __webpack_modules__ = ({ |
| 3 | 4 | |
| 4 | 5 | /***/ "../assets/dev/js/editor/command-bases/command-container-base.js": |
| @@ -409,10 +410,10 @@ | ||
| 409 | 410 | var _iterator = _createForOfIteratorHelper(constructors), |
| 410 | 411 | _step; |
| 411 | 412 | try { |
| 412 | 413 | for (_iterator.s(); !(_step = _iterator.n()).done;) { |
| 413 | - var constructor = _step.value; | |
| 414 | - if (object.constructor.name === constructor.prototype[Symbol.toStringTag]) { | |
| 414 | + var _constructor = _step.value; | |
| 415 | + if (object.constructor.name === _constructor.prototype[Symbol.toStringTag]) { | |
| 415 | 416 | return true; |
| 416 | 417 | } |
| 417 | 418 | } |
| 418 | 419 | } catch (err) { |
| @@ -695,9 +696,9 @@ | ||
| 695 | 696 | key: "onAfterApply", |
| 696 | 697 | value: function onAfterApply() { |
| 697 | 698 | var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; |
| 698 | 699 | var result = arguments.length > 1 ? arguments[1] : undefined; |
| 699 | - return $e.hooks.runDataAfter(this.command, args, result); | |
| 700 | + $e.hooks.runDataAfter(this.command, args, result); | |
| 700 | 701 | } |
| 701 | 702 | }, { |
| 702 | 703 | key: "onCatchApply", |
| 703 | 704 | value: function onCatchApply(e) { |