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
To reproduce: click twice in quick succession on a player to add them to the list of appearances. This is possible because of the animation which means the component isn't removed immediately.
Need to disable the click action after the first click.
The text was updated successfully, but these errors were encountered:
Refactored the potential player into its own React Component and used the state to prevent any action being taken if the user clicks multiple times in quick succession.
Also added similar logic to the 'Add new member' button.
To reproduce: click twice in quick succession on a player to add them to the list of appearances. This is possible because of the animation which means the component isn't removed immediately.
Need to disable the click action after the first click.
The text was updated successfully, but these errors were encountered: