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
Description:
When a user attempts to change the team of the last word by clicking the "thumbs-up" button, it triggers the appearance of the "#who-guessed" pop-up menu where the user can make the team selection. However, if the user repeatedly clicks the button, it results in the duplication of team elements inside the "#who-guessed" menu.
Expected Behavior:
Upon the appearance of the "#who-guessed" pop-up, all other elements should be disabled until the user makes a team selection.
Actual Behavior:
The current behavior allows other elements to remain active when the "#who-guessed" pop-up appears, enabling the user to interact with them and leading to the duplication of team elements in the menu.