- Issue created by @yospyn
- πΊπΈUnited States todea
The frontend.js file located at /modules/contrib/tb_megamenu/dist/js/frontend.js is missing the throttle function.
I copied over the function from the /modules/contrib/tb_megamenu/js/frontend.js file.
Make sure to update the throttled variable too
//var throttled = _.throttle(updateTBMenus, 100); const throttled = throttle(updateTBMenus, 100);
- πΊπΈUnited States themodularlab
Thanks @todea. Looks like something compiled incorrectly. A fix is forthcoming for both the 2.x and 3.x branches.
-
themodularlab β
committed da319480 on 3.x
Merge branch 'bugfix/TB-3366261' into 3.x * bugfix/TB-3366261: Issue...
-
themodularlab β
committed da319480 on 3.x
-
themodularlab β
committed dc449547 on 3.x
Issue #3366261 by yospyn, themodularlab, todea: Dropdowns Not Triggering...
-
themodularlab β
committed dc449547 on 3.x
-
themodularlab β
committed e31b7430 on 2.x
Issue #3366261 by yospyn, themodularlab, todea: Dropdowns Not Triggering...
-
themodularlab β
committed e31b7430 on 2.x
- Status changed to Fixed
over 1 year ago 3:26pm 13 June 2023 - πΊπΈUnited States themodularlab
For Drupal 9: Use https://www.drupal.org/project/tb_megamenu/releases/2.0.0-alpha6 β
For Drupal 10: use https://www.drupal.org/project/tb_megamenu/releases/3.0.0-alpha1 β - πΊπΈUnited States yospyn
Thanks @todea and @themodularlab fix/new version works great.
-
themodularlab β
committed e31b7430 on 3.x
Issue #3366261 by yospyn, themodularlab, todea: Dropdowns Not Triggering...
-
themodularlab β
committed e31b7430 on 3.x
Automatically closed - issue fixed for 2 weeks with no activity.