-
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
Paste: apply active formats when pasting inline #14815
Conversation
Is this still valid? |
Yes |
I wanted to review this but it looks like it needs a rebase since the code changed a lot. |
886b180
to
74ca7fb
Compare
74ca7fb
to
72cb5ad
Compare
Looks like |
PR is up to fix the regression: #19190 |
Description
Fixes #11571. When pasting inline, we should merge the formats of the pasted record with the active formats, not just insert the value without the active formats. When you paste something inline in a rich text area, you'd expect it to preserve any active formats.
How has this been tested?
See #11571.
Screenshots
Types of changes
Bug fix.
Checklist: