You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jripa thx for the bug report. I only maintain a fork of this repo over at https://github.com/rejas/multilevelmenu, but I added a fix for IE 11 in there if you want to check it out.
Hi @rejas, i too have an issue regarding opening this menu on IE11. The menu items won't display in IE at all. Here's the picture of my menu and my IE 11 version.
IE 11 have Problems take a forEach method on NodeList. Resolve them by add this to main.js
and
var items = menuEl.querySelectorAll('.menu__item');
items = Array.isArray(items) ? items : NodeListToArray(items);
and
The text was updated successfully, but these errors were encountered: