-
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
Prevent text decoration from showing up in all blocks #48117
Conversation
Size Change: +5 B (0%) Total Size: 1.33 MB
ℹ️ View Unchanged
|
Flaky tests detected in 8bba2d3. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4191793021
|
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.
LGTM
closes #48111
What?
In a small refactoring done in #47908 I've made a small mistake where I forgot to handle the textDecoration block support flag which caused the panel to appear for all blocks. This PR fixes it.
Testing Instructions
1- Select a template part block
2- The text decoration control shouldn't show up in the sidebar.