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

feat: Add ability to clear color span range #487

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

Conversation

Sermilion
Copy link

@Sermilion Sermilion commented Jan 6, 2025

  1. We had a case where we needed to remove color span instead of toggling. Setting Color.Unspecified did not work. I had to pass in exact Span with color to clear. A cleaner way could be to pass in Color.Unspecified, which would just remove current color span. First commit addresses that case.

  2. When text has multiple color spans and I want to select whole text and remove all color spans - it is currently impossible. Second commit added ability to clear all color spans for current selection.

I cant add reviewers, so tagging you directly @MohamedRejeb

@Sermilion Sermilion changed the title fix: Add ability to clear color span range feat: Add ability to clear color span range Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant