@madj2k/fe-frontend-kit 2.0.23 → 2.0.24
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.
|
@@ -234,6 +234,7 @@ class Madj2kFlyoutMenu {
|
|
|
234
234
|
if (!$menu.classList.contains(openStatusClass) && !$menu.classList.contains(animationOpenStatusClass)) {
|
|
235
235
|
document.dispatchEvent(new CustomEvent('madj2k-slidemenu-close'));
|
|
236
236
|
document.dispatchEvent(new CustomEvent('madj2k-pulldownmenu-close'));
|
|
237
|
+
document.dispatchEvent(new CustomEvent('madj2k-flyoutmenu-close'));
|
|
237
238
|
document.dispatchEvent(new CustomEvent('madj2k-flyoutmenu-opening'));
|
|
238
239
|
|
|
239
240
|
this.toggleNoScroll();
|