-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Refactor remove line separator to method in the rich-text package. #15946
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can review, but @ellatrix would be in the best position to judge whether this change is a sensible addition to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good. Good that it's marked unstable.
Description
This PR refactor the logic for removing a line separator inside a list to use a function on the rich text library.
This allows both the native and the web part to share the same code and simplifies the code on the rich text editor component.
How has this been tested?
Screenshots
Types of changes
Refactoring of method.
Checklist: