🇳🇱Netherlands thomas.dutch
Works for me.
🇳🇱Netherlands thomas.dutch
Hi Harish1688,
Thank you for your response. The issue has been resolved by using the core/once library for the custom hover menu, eg:
- (function(Drupal) {
+(function(Drupal, drupalSettings, once) {
- const toggleElements = context.getElementsByClassName("navbar-toggler");
- Array.from(toggleElements).forEach(element => {
+ const toggleElements = once("navbar-toggler", ".navbar-toggler", context);
+ toggleElements.forEach(element => {
Regards,
Thomas
🇳🇱Netherlands thomas.dutch
We are experiencing the same issue after updating Admin Toolbar. When logged out, the dropdown menu works. When logged in the dropdown menu does not open without any errors in the console or Drupal log.