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: add missing option to control row highlight duration #982

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

ghiscoding
Copy link
Collaborator

@ghiscoding ghiscoding commented Jan 19, 2024

  • also rework some code using classNameToList() util, we can permit any amount of spaces to css classes like Formatter addClasses
  • also cleanup and simplify some code around other css classes, classNameToList returns an array of string and we can take advantage of iterator available in DOM classList.add() and .remove()

- also rework some code using `classNameToList()` util, we can permit any amount of spaces to css classes like Formatter `addClasses`
- also cleanup and simplify some code around other css classes, `classNameToList` returns an array of string and we can take advantage of iterator available in DOM classList `.add()` and `.remove()`
@ghiscoding ghiscoding merged commit 4a49239 into master Jan 19, 2024
2 checks passed
@ghiscoding ghiscoding deleted the bugfix/highlight-strip-css-classes-extra-spaces branch January 19, 2024 20:54
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.

None yet

2 participants