File "mega-menu-stretch-content.749b8c1dc8bd8c9b37d2.bundle.js"
Full Path: /home/tekvhqgl/public_html/wp-content/plugins/elementor-pro/assets/js/mega-menu-stretch-content.749b8c1dc8bd8c9b37d2.bundle.js
File size: 1.47 KB
MIME-type: text/plain
Charset: utf-8
/*! elementor-pro - v3.13.1 - 11-05-2023 */
"use strict";
(self["webpackChunkelementor_pro"] = self["webpackChunkelementor_pro"] || []).push([["mega-menu-stretch-content"],{
/***/ "../modules/mega-menu/assets/js/frontend/handlers/stretch-menu-item-content.js":
/*!*************************************************************************************!*\
!*** ../modules/mega-menu/assets/js/frontend/handlers/stretch-menu-item-content.js ***!
\*************************************************************************************/
/***/ ((__unused_webpack_module, exports) => {
Object.defineProperty(exports, "__esModule", ({
value: true
}));
exports["default"] = void 0;
class StretchedMenuItemContent extends elementorModules.frontend.handlers.StretchedElement {
getStretchedClass() {
return 'elementor-widget-n-menu';
}
getStretchElementForConfig() {
return this.$element.find('.e-n-menu-items-content');
}
bindEvents() {
super.bindEvents();
elementorFrontend.addListenerOnce(this.getUniqueHandlerID(), 'elementor-pro/mega-menu/dropdown-open', this.stretch);
}
unbindEvents() {
super.unbindEvents();
elementorFrontend.removeListeners(this.getUniqueHandlerID(), 'elementor-pro/mega-menu/dropdown-open', this.stretch);
}
isStretchSettingEnabled() {
return true;
}
isActive() {
return true;
}
}
exports["default"] = StretchedMenuItemContent;
/***/ })
}]);
//# sourceMappingURL=mega-menu-stretch-content.749b8c1dc8bd8c9b37d2.bundle.js.map