Skip to content
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

fix(spinner): Clear the old text when using UpdateText with Spinner #656

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Chance-fyi
Copy link

fixes #655

Copy link

codecov bot commented Apr 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.78%. Comparing base (1a9d517) to head (f79e001).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #656      +/-   ##
==========================================
- Coverage   81.05%   80.78%   -0.28%     
==========================================
  Files          33       33              
  Lines        4176     4190      +14     
==========================================
  Hits         3385     3385              
- Misses        718      732      +14     
  Partials       73       73              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When using UpdateText with Spinner, the value of the old text is not cleared
1 participant