Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui5-ai-button): reset button width after animations (#9923)
Previously, we had an issue where the AIButton's text was not fully visible when changing states while hidden. This was happening because the button's width was being set to 0px after the fade-out animation (since the button was hidden). We addressed that issue by resetting the button's width style after the animations are complete, ensuring that the button has the correct width based on its state, regardless of whether it is hidden.
- Loading branch information