-
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
Remove placeholder of default paragraph when it's the only block and canvas is zoomed out #68106
Conversation
Size Change: +50 B (0%) Total Size: 1.84 MB
ℹ️ View Unchanged
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Flaky tests detected in 6087696. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12414043209
|
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.
This seems like a good change to me.
Can this value be derived from the ( Adding an unconditional block editor store subscriptions to one of the most used blocks can degrade performance. See: #56967. I've also noticed that the logic change here regressed #28275. cc @jasmussen Note from the file gutenberg/packages/block-library/src/paragraph/edit.js Lines 53 to 58 in 227fcd8
|
Nice catch, that would be good to fix, the problem originally addressed was the duplicative nature of the prompt, and the fix has worked well since it landed. |
What?
Closes #65474
Why?
The instructions to insert blocks via the forward slash quick inserter make no sense when the canvas is zoomed out.
How?
Testing Instructions
Testing Instructions for Keyboard
N/A
Screenshots or screencast
remove-placeholder-default-paragraph-zoom-out.mp4