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
After Selecting any entry from the drop down pointer event still exists at that exact place, and it goes away only when user click somewhere else so what happens it if user select anything from drop down after that if user clicks at the same place pointer event is still there and it works, this should not happen. Pointer event must disappear as soon as user selects something from the dropdown.
Sure go on.
Just focus on the navigation component (Navigation.js), you will find two drop downs one for algorithms and one for mazes, you can also redesign the whole drop downs if you want.
Take care of the onClick events ex. onClick = { () => this.props.onAlgorithmSelect('dfs') }.
Cursor pointer event is still present even after the drop down is closed for the selected item, till we click somewhere else.
The text was updated successfully, but these errors were encountered: