when we click Navigation button Rapidly for couple of time it is making buttons inactive
as per my initial investigation it is happening because of in closeMenu()

attribute update is happening synchronously but
class removal is inside setTimeout which will execute asynchronously so if there is click in between it is making button inactive
when we click Navigation button Rapidly for couple of time it is making buttons inactive
as per my initial investigation it is happening because of in closeMenu()