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
I was wondering if you plan to add an destroy/disable priority navigation from a breakpoint. For example, need to use priority navigation only for desktop sizes and disable it on mobile, because i use custom navigation on mobile screens. Is ther any solution for this problem yet? Thx
The text was updated successfully, but these errors were encountered:
Hi @jahvi, indeed, this destroy method will remove the feedback class, toggle and priorityNav functions.
However, the event listeners are still present and this causes quite some issues when you try to re-initialize the priority navigation afterwards.
Is there a way to fully destroy and re-initialize the priorityNav without event listener conflicts to enable dynamic destroy/init on resize?
I was wondering if you plan to add an destroy/disable priority navigation from a breakpoint. For example, need to use priority navigation only for desktop sizes and disable it on mobile, because i use custom navigation on mobile screens. Is ther any solution for this problem yet? Thx
The text was updated successfully, but these errors were encountered: