-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable delete button when utter has a single balloon #150
Comments
Reviewing this issue based on #153; |
Solved this issue adding another validation to the button when editing utters, as described in #163 ; |
See #151 (comment) |
Checked it and now I understand these needs and procedures. Anyway, I added the validation that solves this issue and a PR solving it is open |
I tested it! Looks good on my end. |
When an utter has a single text balloon, the delete button of that balloon should be disabled as you cannot leave an utter with zero balloons. The delete button should be reenabled once you add more balloons.
Tasks
Acceptance criteria
The text was updated successfully, but these errors were encountered: