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
Line 14 in template01.js shows that there is code "navItems.classList.add('hide');" that triggers nav-links inactive when the user clicks on the toggle menu. After debugging I have found that commenting line 14 will resolve the issue.
The text was updated successfully, but these errors were encountered:
My.Porfolio.mp4
The above video shows the issue that when a user clicks on the cross button, the toggle menu becomes inactive.
figma-template01/template01.js
Line 14 in ea87a6d
Line 14 in template01.js shows that there is code "navItems.classList.add('hide');" that triggers nav-links inactive when the user clicks on the toggle menu. After debugging I have found that commenting line 14 will resolve the issue.
The text was updated successfully, but these errors were encountered: