BlockSettingsMenu: Combine 'block-editor' store selectors#59153
Conversation
|
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. |
|
Size Change: -3 B (0%) Total Size: 1.7 MB
ℹ️ View Unchanged
|
|
Flaky tests detected in a84f6d1. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7949775312
|
|
Thanks for the review, @andrewserong! |
What?
PR moves the
openedBlockSettingsMenuvalue selector into the mainmapSelect.Why?
Micro-optimization reduces the number of subscriptions created by the component. Also, there's no need to have a separate
mapSelectjust for private selectors.Testing Instructions
Please take a look at the instructions from #54083.
Testing Instructions for Keyboard
Same.