-
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
Switching Quote block with HTML tags in it splits it in two #1765
Comments
There seems to be some issues with the block transformation: gutenberg/blocks/library/quote/index.js Lines 62 to 84 in 313e6c3
I'm taking a look. |
See one possible improvement in #1774. |
I am still seeing this in 1.0. |
I can't reproduce the "breaking on the link" issue, but it still does create two blocks, and I think #3559 is related or the same. |
Thank you for your report @hedgefield this should be fixed with the merge of #3802. |
Fix SelectControl to display label instead of value
Steps to Reproduce
Version 0.3.0
Expected Behavior
For the text to stay together in one block.
Current Behavior
The text gets split into two blocks.
The text was updated successfully, but these errors were encountered: