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 am checking for breakpoints and when my body class is "sm", I want to trigger the menu to close automatically. How do I call this action? I want it to be something like:
if (viewport.is('sm')) {
//close here
}
The text was updated successfully, but these errors were encountered:
I am checking for breakpoints and when my body class is "sm", I want to trigger the menu to close automatically. How do I call this action? I want it to be something like:
The text was updated successfully, but these errors were encountered: