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 getting the error TypeError: current.getAttribute is not a function. I have tracked it down to the onMouseOver function in SideNav.js. It seems if a nav element has any margin and you hover your mouse over the area with a margin e.target in the onMouseOver function is set as the aside element goes throw the while loop all the way up to the html document level and then fails.
The text was updated successfully, but these errors were encountered:
I am getting the error
TypeError: current.getAttribute is not a function
. I have tracked it down to the onMouseOver function in SideNav.js. It seems if a nav element has any margin and you hover your mouse over the area with a margine.target
in the onMouseOver function is set as theaside
element goes throw the while loop all the way up to the html document level and then fails.The text was updated successfully, but these errors were encountered: