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 every player has passed, but before a new card has been drawn, the "Remove Threat" button is still clickable.
The UI suggests that everything is ok, but the threat does not get removed in this corner case.
ChristophNiehoff
changed the title
Remove Threats button clickable in wrong situation
"Remove Threats" button clickable in wrong situation
Oct 31, 2021
After every player has passed, but before a new card has been drawn, the "Remove Threat" button is still clickable.
The UI suggests that everything is ok, but the threat does not get removed in this corner case.
I believe it is due to
in
deleteThreats()
inmoves.js
. One is still at a point, wherehasPlayerPassed()
returnstrue
.We should disable the
Remove Threats
button in this case, like done e.g. with theAdd Threat
button.The text was updated successfully, but these errors were encountered: